Changeset 1305
- Timestamp:
- Nov 15, 2010, 2:51:47 AM (12 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Commitment.cc
r978 r1305 33 33 34 34 35 Commitment::Commitment( std::string author, std::stringdate,36 std::stringmsg, svn_revnum_t rev)35 Commitment::Commitment(const std::string& author, const std::string& date, 36 const std::string& msg, svn_revnum_t rev) 37 37 : author_(author), date_(date), msg_(msg), rev_(rev) 38 38 { -
trunk/lib/Commitment.h
r978 r1305 48 48 \brief The contructor. 49 49 */ 50 Commitment( std::string author, std::string date, std::string msg,51 svn_revnum_t rev);50 Commitment(const std::string& author, const std::string& date, 51 const std::string& msg, svn_revnum_t rev); 52 52 53 53 /**
Note: See TracChangeset
for help on using the changeset viewer.