Changeset 1137 for trunk/lib/Node.h
- Timestamp:
- Jul 18, 2010, 10:45:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Node.h
r1017 r1137 200 200 201 201 protected: 202 /** 203 \return true if svncopyright::ignore property was set 204 */ 205 bool svncopyright_ignore(void) const; 202 206 203 207 /// … … 238 242 mutable SVNlog* log_; 239 243 bool svndigest_ignore_; 244 bool svncopyright_ignore_; 240 245 SVNinfo svninfo_; 241 246 };
Note: See TracChangeset
for help on using the changeset viewer.