Changeset 2177 for box/trunk/lib/server/Daemon.h
- Timestamp:
- 28/05/2008 15:28:16 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/server/Daemon.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/Daemon.h
r2127 r2177 55 55 virtual const ConfigurationVerify *GetConfigVerify() const; 56 56 virtual void Usage(); 57 57 58 virtual bool Configure(const std::string& rConfigFileName); 59 58 60 bool StopRun() {return mReloadConfigWanted | mTerminateWanted;} 59 61 bool IsReloadConfigWanted() {return mReloadConfigWanted;} … … 64 66 void SetTerminateWanted() {mTerminateWanted = true;} 65 67 66 virtual void SetupInInitialProcess();67 68 virtual void EnterChild(); 68 69 … … 70 71 71 72 protected: 73 virtual void SetupInInitialProcess(); 72 74 box_time_t GetLoadedConfigModifiedTime() const; 73 75 bool IsSingleProcess() { return mSingleProcess; }
Note: See TracChangeset
for help on using the changeset viewer.
