Changeset 11291 for trunk/FACT++/src/FilesStatisticsService.cc
- Timestamp:
- 07/08/11 09:49:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/FilesStatisticsService.cc
r11290 r11291 20 20 fCurrentFolder("."), 21 21 fContinueStats(true), 22 fDebug(false), 22 23 fBaseSize(0), 23 24 fPeriodDuration(1), … … 80 81 //! @param folder the path to the folder 81 82 // 82 bool FilesStatisticsService::SetCurrentFolder( string& folder)83 bool FilesStatisticsService::SetCurrentFolder(const string& folder) 83 84 { 84 85 fMutex.lock();
Note:
See TracChangeset
for help on using the changeset viewer.