diff options
Diffstat (limited to 'project2/daemon/p2daemonAppEngine.h')
-rw-r--r-- | project2/daemon/p2daemonAppEngine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/daemon/p2daemonAppEngine.h b/project2/daemon/p2daemonAppEngine.h index a74f34a..48ef572 100644 --- a/project2/daemon/p2daemonAppEngine.h +++ b/project2/daemon/p2daemonAppEngine.h @@ -22,7 +22,8 @@ class DaemonAppEngine { static boost::shared_ptr<void> loadLibrary(const std::string & path); boost::shared_ptr<void> library; - DaemonPtr daemon; + static void shutdown(int); + static DaemonPtr daemon; }; #endif |