Changeset 1849 for box/chris/general/lib/server/Daemon.h
- Timestamp:
- 21/09/2007 20:48:23 (5 years ago)
- File:
-
- 1 edited
-
box/chris/general/lib/server/Daemon.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/server/Daemon.h
r1741 r1849 68 68 box_time_t GetLoadedConfigModifiedTime() const; 69 69 bool IsSingleProcess() { return mSingleProcess; } 70 std::string GetOptionString(); 71 int ProcessOption(signed int option); 70 72 71 73 private: … … 73 75 box_time_t GetConfigFileModifiedTime() const; 74 76 75 private:76 77 std::string mConfigFileName; 77 78 Configuration *mpConfiguration; … … 82 83 bool mRunInForeground; 83 84 bool mKeepConsoleOpenAfterFork; 85 bool mHaveConfigFile; 86 int mLogLevel; // need an int to do math with 84 87 static Daemon *spDaemon; 85 88 };
Note: See TracChangeset
for help on using the changeset viewer.
