Changeset 1854 for box/chris/general/bin/bbackupd/BackupDaemon.h
- Timestamp:
- 22/09/2007 00:05:25 (5 years ago)
- File:
-
- 1 edited
-
box/chris/general/bin/bbackupd/BackupDaemon.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/bin/bbackupd/BackupDaemon.h
r1805 r1854 59 59 bool DeleteStoreObjectInfo() const; 60 60 BackupDaemon(const BackupDaemon &); 61 61 62 public: 63 #ifdef WIN32 64 // add command-line options to handle Windows services 65 std::string GetOptionString(); 66 int ProcessOption(signed int option); 67 int Main(const std::string &rConfigFileName); 68 #endif 62 69 63 70 void Run(); … … 417 424 private: 418 425 bool mDoSyncFlagOut, mSyncIsForcedOut; 426 bool mInstallService, mRemoveService, mRunAsService; 427 std::string mServiceName; 419 428 HANDLE mhMessageToSendEvent, mhCommandReceivedEvent; 420 429 CRITICAL_SECTION mMessageQueueLock;
Note: See TracChangeset
for help on using the changeset viewer.
