From 6bae4fd17d2660d53279dac9287de52be2a00c6c Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 4 Feb 2011 13:34:40 +0000 Subject: Database pool is now used instead of one connection per session. Admin interface supports session unlock. --- server/src/widgetgenerator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/widgetgenerator.h') diff --git a/server/src/widgetgenerator.h b/server/src/widgetgenerator.h index 17160fc..0e87cac 100644 --- a/server/src/widgetgenerator.h +++ b/server/src/widgetgenerator.h @@ -50,6 +50,7 @@ * @return An std::srting containing the prettyprinted version of the Macro. */ std::string widgetgenerator(std::string cpr, + std::string sessionid, Macro ¯o, LUAQueryMapper &mapper, Database &db); -- cgit v1.2.3