Ignore:
Timestamp:
May 18, 2011, 1:59:27 AM (12 years ago)
Author:
Peter Johansson
Message:

Let Node hold an SVNproperty rather than copy (virtually) all its members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/SVNproperty.h

    r1267 r1356  
    5353       @return True if item is binary.
    5454    */
    55     inline bool binary(void) const { return binary_; }
     55    bool binary(void) const;
    5656
    5757    /**
     
    6565       @return True if item property svndigest:digest was set.
    6666    */
    67     inline bool svndigest_ignore(void) const { return svndigest_ignore_; }
     67    bool svndigest_ignore(void) const;
    6868
    6969    /**
     
    7878       SVNproperty object.
    7979    */
    80     inline const std::map<std::string, std::string>&
    81     properties(void) const { return property_; }
     80    //const std::map<std::string, std::string>&
     81    //properties(void) const { return property_; }
    8282
    8383  private:
    84 
    8584    ///
    8685    /// @brief Copy Constructor, not implemented.
     
    8988
    9089    bool binary_;
    91     std::map<std::string,std::string> property_;
     90    bool svncopyright_ignore_;
    9291    bool svndigest_ignore_;
    9392  };
Note: See TracChangeset for help on using the changeset viewer.