From 4df8884f155f7558c07949426c248e066df7936f Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 11 Feb 2009 07:14:22 +0000 Subject: Added QueryHandler for both Pentominos and Pracro. Added source string to all values, and use these to set the prefill value in the macros. --- server/src/dbtypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/dbtypes.h') diff --git a/server/src/dbtypes.h b/server/src/dbtypes.h index fc12728..79ac629 100644 --- a/server/src/dbtypes.h +++ b/server/src/dbtypes.h @@ -31,6 +31,7 @@ class Value { public: Value() : value(""), timestamp(0) {} std::string value; + std::string source; time_t timestamp; }; typedef std::map< std::string, Value > Values; -- cgit v1.2.3