From a703bf6f8dd6cd5a75202266f769e3ef2e42bcb2 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 10 Oct 2008 10:21:20 +0000 Subject: Made resume a standalone tag istead of an attribute of the macro tag. --- server/src/database.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'server/src/database.h') diff --git a/server/src/database.h b/server/src/database.h index 684cd6c..e311584 100644 --- a/server/src/database.h +++ b/server/src/database.h @@ -73,11 +73,12 @@ public: time_t oldest = 0); // Put an entry in the journal table - void putJournal(std::string user, - std::string cpr, - Macro &_macro, - std::string resume, - time_t now); + void putResume(std::string user, + std::string cpr, + Macro &_macro, + std::string resume, + time_t now, + bool store_in_journal); // Get latest resume of a given macro std::string getResume(std::string cpr, -- cgit v1.2.3