diff options
Diffstat (limited to 'src/service.cpp')
-rw-r--r-- | src/service.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/service.cpp b/src/service.cpp index c731990..14ff665 100644 --- a/src/service.cpp +++ b/src/service.cpp @@ -33,3 +33,7 @@ void Service::Context::local(const LocalState & ls) { p->local = p->local.ref().storage().store(ls); } + +void Service::serverStarted(const class Server &) +{ +} |