Changeset 353 for box/trunk/bin/bbackupd/BackupDaemon.h
- Timestamp:
- 30/01/2006 20:04:53 (6 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupDaemon.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupDaemon.h
r217 r353 15 15 #include <memory> 16 16 17 #include "BoxTime.h" 17 18 #include "Daemon.h" 18 #include "BoxTime.h"19 19 #include "Socket.h" 20 20 #include "SocketListen.h" … … 28 28 class ExcludeList; 29 29 class IOStreamGetLine; 30 class Archive; 30 31 31 32 // -------------------------------------------------------------------------- … … 42 43 BackupDaemon(); 43 44 ~BackupDaemon(); 45 46 // methods below do partial (specialized) serialization of client state only 47 void SerializeStoreObjectInfo(int64_t aClientStoreMarker, box_time_t theLastSyncTime, box_time_t theNextSyncTime) const; 48 void DeserializeStoreObjectInfo(int64_t & aClientStoreMarker, box_time_t & theLastSyncTime, box_time_t & theNextSyncTime); 44 49 private: 45 50 BackupDaemon(const BackupDaemon &); … … 118 123 Location(); 119 124 ~Location(); 125 126 void Deserialize(Archive & rArchive); 127 void Serialize(Archive & rArchive) const; 120 128 private: 121 129 Location(const Location &); // copy not allowed
Note: See TracChangeset
for help on using the changeset viewer.
