Changeset 1855 for box/chris/general/lib/server/Daemon.h
- Timestamp:
- 22/09/2007 00:52:08 (5 years ago)
- File:
-
- 1 edited
-
box/chris/general/lib/server/Daemon.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/server/Daemon.h
r1852 r1855 51 51 52 52 virtual const char *DaemonName() const; 53 virtual const char *DaemonBanner() const;53 virtual std::string DaemonBanner() const; 54 54 virtual const ConfigurationVerify *GetConfigVerify() const; 55 virtual void Usage(); 55 56 56 57 bool StopRun() {return mReloadConfigWanted | mTerminateWanted;} … … 88 89 int mLogLevel; // need an int to do math with 89 90 static Daemon *spDaemon; 91 std::string mAppName; 90 92 }; 91 93
Note: See TracChangeset
for help on using the changeset viewer.
