Changeset 2541 for box/trunk/bin/bbstored/BackupStoreDaemon.h
- Timestamp:
- 28/06/2009 20:29:10 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbstored/BackupStoreDaemon.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbstored/BackupStoreDaemon.h
r2262 r2541 15 15 #include "BackupConstants.h" 16 16 #include "BackupStoreContext.h" 17 #include "HousekeepStoreAccount.h" 17 18 #include "IOStreamGetLine.h" 18 19 19 20 class BackupStoreAccounts; 20 21 class BackupStoreAccountDatabase; 21 class HousekeepStoreAccount;22 22 23 23 // -------------------------------------------------------------------------- … … 30 30 // -------------------------------------------------------------------------- 31 31 class BackupStoreDaemon : public ServerTLS<BOX_PORT_BBSTORED>, 32 HousekeepingInterface 32 HousekeepingInterface, HousekeepingCallback 33 33 { 34 friend class HousekeepStoreAccount;35 36 34 public: 37 35 BackupStoreDaemon(); … … 65 63 // Housekeeping functions 66 64 void HousekeepingProcess(); 67 bool CheckForInterProcessMsg(int AccountNum = 0, int MaximumWaitTime = 0);68 65 69 66 void LogConnectionStats(const char *commonName, const SocketStreamTLS &s); 67 68 public: 69 // HousekeepingInterface implementation 70 virtual bool CheckForInterProcessMsg(int AccountNum = 0, int MaximumWaitTime = 0); 70 71 71 72 private:
Note: See TracChangeset
for help on using the changeset viewer.
