Changeset 256 for trunk/lib/Commitment.cc
- Timestamp:
- Apr 30, 2007, 1:17:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Commitment.cc
r255 r256 23 23 24 24 #include "Commitment.h" 25 #include "Date.h" 25 26 26 27 #include <string> … … 30 31 31 32 32 Commitment::Commitment(std::string author, std::string date, 33 Commitment::Commitment(void) 34 { 35 } 36 37 38 Commitment::Commitment(std::string author, const Date& date, 33 39 std::string msg, size_t rev) 34 40 : author_(author), date_(date), msg_(msg), rev_(rev)
Note: See TracChangeset
for help on using the changeset viewer.