Utils/Daemon: Made Daemon::exit() static
g0dil [Mon, 26 Nov 2007 21:11:40 +0000 (21:11 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@537 270642c3-0616-0410-b53a-bc976706d245

Utils/Daemon/Daemon.hh

index 3fb0018..cb14ca7 100644 (file)
@@ -156,7 +156,7 @@ namespace senf {
         int argc();                     ///< Access command line parameter count
         char const ** argv();           ///< Access command line parameters
 
-        void exit(unsigned code=0);     ///< Terminate daemon with failure
+        static void exit(unsigned code=0);     ///< Terminate daemon with failure
 
         ///\}