From 44425239943e93df047a829b4af770bf9acf848e Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 5 Aug 2009 11:42:01 +0000 Subject: Made JournalWriter use the new TemplateList class. --- server/src/journal_commit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/src/journal_commit.h') 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 #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(); -- cgit v1.2.3