Changeset 9 for trunk/lib/File.h


Ignore:
Timestamp:
Dec 30, 2005, 9:24:00 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Started work with reading file structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.h

    r7 r9  
    1919    /// @brief Default Constructor
    2020    ///
    21     File(const std::string& name, Node*);
    22    
     21    inline File(const std::string& path) : Node(path), binary_(false) {}
     22
    2323    ///
    2424    /// Parsing out information from svn repository
     
    2929
    3030  private:
    31     ///
    32     /// @brief Copy Constructor
    33     ///
    34     File(const File& c);
     31    ///
     32    /// @brief Copy Constructor, not implemented
     33    ///
     34    File(const File&);
    3535
    3636    ///
Note: See TracChangeset for help on using the changeset viewer.