From 868ef551f926bdb110e5f84fb3395b8553205914 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 5 Jul 2010 07:02:30 +0000 Subject: Partial commit: Move automap code to LUAQueryMapper (from widgetgenerator). --- server/src/luaquerymapper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/src/luaquerymapper.h') diff --git a/server/src/luaquerymapper.h b/server/src/luaquerymapper.h index e8a25f8..2d3e72d 100644 --- a/server/src/luaquerymapper.h +++ b/server/src/luaquerymapper.h @@ -71,6 +71,8 @@ public: */ void addQueryResult(QueryResult &result) throw(Exception); + std::string automap(const std::string &name); + private: void error(std::string message) throw(Exception); -- cgit v1.2.3