Changeset 2181 for box/trunk/bin/bbackupd/BackupClientContext.h
- Timestamp:
- 28/05/2008 16:24:05 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupClientContext.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupClientContext.h
r2127 r2181 13 13 #include "BoxTime.h" 14 14 #include "BackupClientDeleteList.h" 15 #include "BackupClientDirectoryRecord.h" 15 16 #include "BackupStoreFile.h" 16 17 #include "ExcludeList.h" … … 46 47 bool ExtendedLogging, 47 48 bool ExtendedLogToFile, 48 std::string ExtendedLogFile 49 std::string ExtendedLogFile, 50 ProgressNotifier &rProgressNotifier 49 51 ); 50 52 virtual ~BackupClientContext(); … … 71 73 72 74 bool StorageLimitExceeded() {return mStorageLimitExceeded;} 75 void SetStorageLimitExceeded() {mStorageLimitExceeded = true;} 73 76 74 77 // -------------------------------------------------------------------------- … … 199 202 virtual bool IsManaged() { return mbIsManaged; } 200 203 204 ProgressNotifier& GetProgressNotifier() const 205 { 206 return mrProgressNotifier; 207 } 208 201 209 private: 202 210 BackupDaemon &mrDaemon; … … 222 230 int mKeepAliveTime; 223 231 int mMaximumDiffingTime; 232 ProgressNotifier &mrProgressNotifier; 224 233 }; 225 234
Note: See TracChangeset
for help on using the changeset viewer.
