Changeset 2181 for box/trunk/bin/bbackupd/BackupClientContext.cpp
- Timestamp:
- 28/05/2008 16:24:05 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupClientContext.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupClientContext.cpp
r2127 r2181 49 49 bool ExtendedLogging, 50 50 bool ExtendedLogToFile, 51 std::string ExtendedLogFile 51 std::string ExtendedLogFile, 52 ProgressNotifier& rProgressNotifier 52 53 ) 53 54 : mrDaemon(rDaemon), … … 70 71 mpExcludeDirs(0), 71 72 mKeepAliveTimer(0), 72 mbIsManaged(false) 73 mbIsManaged(false), 74 mrProgressNotifier(rProgressNotifier) 73 75 { 74 76 }
Note: See TracChangeset
for help on using the changeset viewer.
