From 192e0f80bd2da45f1c612411fded2e805ac205de Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 26 May 2008 13:56:30 +0000 Subject: Completed the prefilling of the fields, from the db and pentominos, according to their timestamps. --- server/src/luaquerymapper.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'server/src/luaquerymapper.h') diff --git a/server/src/luaquerymapper.h b/server/src/luaquerymapper.h index 838429d..d5e03b0 100644 --- a/server/src/luaquerymapper.h +++ b/server/src/luaquerymapper.h @@ -32,6 +32,9 @@ #include #include +// For class Value +#include "database.h" + /** * The LUAQueryMapper class takes the result of an external data query and * applies the associated map. @@ -45,7 +48,7 @@ public: * Applies the mapping program to the result-namespace, and returns the * resulting value. */ - std::string map(const std::string &mapper); + Value map(const std::string &mapper); private: lua_State *L; -- cgit v1.2.3