diff options
| author | deva <deva> | 2009-07-30 08:36:12 +0000 | 
|---|---|---|
| committer | deva <deva> | 2009-07-30 08:36:12 +0000 | 
| commit | 77272458e7a8906d871b241b5385bbd0f783d861 (patch) | |
| tree | 7e32f988654c042be251c4ba31b72902402059f3 /server/src/transaction.h | |
| parent | 1f8c58836dfd8dc8c9a0abeeaef6789325189f1b (diff) | |
Removed the term 'course' everywhere, and replaced it by 'template'. This reduced/simplified the Template class structure a bit.
Diffstat (limited to 'server/src/transaction.h')
| -rw-r--r-- | server/src/transaction.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/server/src/transaction.h b/server/src/transaction.h index 07f7e10..2cca49c 100644 --- a/server/src/transaction.h +++ b/server/src/transaction.h @@ -34,7 +34,7 @@  class Request {  public:    std::string macro; -  std::string course; +  std::string templ;  };  typedef std::vector< Request > Requests; @@ -42,7 +42,7 @@ typedef std::map< std::string, std::string > Fields;  class Commit {  public: -  std::string course; +  std::string templ;    std::string macro;    std::string version;    Fields fields; | 
