diff options
author | deva <deva> | 2009-05-11 11:57:50 +0000 |
---|---|---|
committer | deva <deva> | 2009-05-11 11:57:50 +0000 |
commit | 1435d2c664f1c7696cbde2b41df6362f99d1df2c (patch) | |
tree | 302e686f55fc59ae28229df9c705c49d5c8a4dd8 /server/src/transaction.h | |
parent | 9b5c88df87d285995fd0c483de369cd7854893b1 (diff) |
New 'header' in each journal commit, taken from the course.
Diffstat (limited to 'server/src/transaction.h')
-rw-r--r-- | server/src/transaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/transaction.h b/server/src/transaction.h index 0e61ea0..07f7e10 100644 --- a/server/src/transaction.h +++ b/server/src/transaction.h @@ -42,6 +42,7 @@ typedef std::map< std::string, std::string > Fields; class Commit { public: + std::string course; std::string macro; std::string version; Fields fields; |