summaryrefslogtreecommitdiff
path: root/server/src/journal_commit.h
diff options
context:
space:
mode:
authordeva <deva>2009-08-05 11:42:01 +0000
committerdeva <deva>2009-08-05 11:42:01 +0000
commit44425239943e93df047a829b4af770bf9acf848e (patch)
tree9b202408694e14767ecd0839ff30e0726d688bc0 /server/src/journal_commit.h
parent1b222bbd5779a371b7c857b5a90becf7ad20db74 (diff)
Made JournalWriter use the new TemplateList class.
Diffstat (limited to 'server/src/journal_commit.h')
-rw-r--r--server/src/journal_commit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/src/journal_commit.h b/server/src/journal_commit.h
index 82919ed..4f7f211 100644
--- a/server/src/journal_commit.h
+++ b/server/src/journal_commit.h
@@ -31,13 +31,14 @@
#include <map>
#include "transaction.h"
+#include "template.h"
class JournalWriter {
public:
JournalWriter(std::string host, unsigned short int port);
void addEntry(Transaction &transaction, Commit &commit,
- std::string resume, std::string template_resume);
+ std::string resume, Template *templ);
void commit();