[Box Backup-commit] COMMIT r1592 - box/chris/merge/lib/server

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sat, 28 Apr 2007 18:33:50 +0100


Author: chris
Date: 2007-04-28 18:33:50 +0100 (Sat, 28 Apr 2007)
New Revision: 1592

Modified:
   box/chris/merge/lib/server/Daemon.cpp
   box/chris/merge/lib/server/Daemon.h
Log:
Remove comments accidentally left in [1591]. (refs #3)


Modified: box/chris/merge/lib/server/Daemon.cpp
===================================================================
--- box/chris/merge/lib/server/Daemon.cpp	2007-04-28 17:32:24 UTC (rev 1591)
+++ box/chris/merge/lib/server/Daemon.cpp	2007-04-28 17:33:50 UTC (rev 1592)
@@ -214,7 +214,6 @@
 
 	Logging::SetGlobalLevel((Log::Level)masterLevel);
 
-	// return Main(mConfigFileName, mSingleProcess);
 	return Main(mConfigFileName);
 }
 
@@ -226,7 +225,6 @@
 //		Created: 2003/07/29
 //
 // --------------------------------------------------------------------------
-// int Daemon::Main(const std::string &rConfigFileName, bool singleProcess)
 int Daemon::Main(const std::string &rConfigFileName)
 {
 	// Banner (optional)

Modified: box/chris/merge/lib/server/Daemon.h
===================================================================
--- box/chris/merge/lib/server/Daemon.h	2007-04-28 17:32:24 UTC (rev 1591)
+++ box/chris/merge/lib/server/Daemon.h	2007-04-28 17:33:50 UTC (rev 1592)
@@ -41,7 +41,6 @@
 public:
 
 	int Main(const char *DefaultConfigFile, int argc, const char *argv[]);
-	// int Main(const std::string &rConfigFile, bool singleProcess);
 	int Main(const std::string &rConfigFile);
 	
 	virtual void Run();