Changeset 18345


Ignore:
Timestamp:
10/27/15 14:20:39 (9 years ago)
Author:
tbretz
Message:
Put some comments in front of orphaned definitions.
File:
1 edited

Legend:

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

    r17343 r18345  
    336336    bool OpenStream(shared_ptr<ofstream> stream, const string &filename);
    337337    ///Open the relevant text files related to a particular run
    338     int OpenRunFile(RunNumberType& run);
     338//    int OpenRunFile(RunNumberType& run);
    339339    ///add a new run number
    340340    void AddNewRunNumber(int64_t newRun, Time time);
     
    345345    off_t GetFileSize(const string&);
    346346    ///Get the digits of year, month and day for filenames and paths
    347     void GetYearMonthDayForFiles(unsigned short& year, unsigned short& month, unsigned short& day);
     347//    void GetYearMonthDayForFiles(unsigned short& year, unsigned short& month, unsigned short& day);
    348348    ///Appends the relevant year month day to a given path
    349     void AppendYearMonthDaytoPath(string& path);
     349//    void AppendYearMonthDaytoPath(string& path);
    350350    ///Form the files path
    351351    string CompileFileNameWithPath(const string &path, const string &service, const string & extension);
Note: See TracChangeset for help on using the changeset viewer.