From 91d56787bec83a3a7c2ad6afd84d2b82c5d869b9 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 20 May 2008 10:17:14 +0000 Subject: Removed obsolete macro.h and macro_parser.cc,h --- server/src/database.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/src/database.h') diff --git a/server/src/database.h b/server/src/database.h index a841188..91a09f4 100644 --- a/server/src/database.h +++ b/server/src/database.h @@ -30,6 +30,7 @@ #include #include #include "transaction.h" +#include class Database { public: @@ -38,7 +39,7 @@ public: std::string password = "pracro"); ~Database(); - int post(std::string &user, std::string &cpr, std::string &time, Commit &commit); + int post(std::string &user, std::string &cpr, time_t now, Commit &commit); private: pqxx::connection c; -- cgit v1.2.3