Changeset 11975 for trunk/FACT++


Ignore:
Timestamp:
09/05/11 21:46:50 (13 years ago)
Author:
tbretz
Message:
DoesPathExist now takes a copy rather than a reference.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimWriteStatistics.h

    r11893 r11975  
    8181    static int64_t GetFileSizeOnDisk(const std::string& file, MessageImp &imp);
    8282
    83     static bool DoesPathExist(const std::string &path, MessageImp &log);
     83    static bool DoesPathExist(std::string path, MessageImp &log);
    8484
    8585    static void CreateDirectory(std::string path);
Note: See TracChangeset for help on using the changeset viewer.