Ignore:
Timestamp:
07/08/11 09:49:52 (13 years ago)
Author:
lyard
Message:
Little changes and cosmetics with statistics service
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/FilesStatisticsService.cc

    r11290 r11291  
    2020                                                                                             fCurrentFolder("."),
    2121                                                                                             fContinueStats(true),
     22                                                                                             fDebug(false),
    2223                                                                                             fBaseSize(0),
    2324                                                                                             fPeriodDuration(1),
     
    8081//! @param folder the path to the folder
    8182//
    82 bool FilesStatisticsService::SetCurrentFolder(string& folder)
     83bool FilesStatisticsService::SetCurrentFolder(const string& folder)
    8384{
    8485    fMutex.lock();
Note: See TracChangeset for help on using the changeset viewer.