From 965e43178736e6635cf27410e6d73f4ec0fdced2 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 7 May 2010 09:31:26 +0000 Subject: LOTS of changes. libmicrohttpd fix for 'chunked' POST handling and LUA parameter checker from Pentominos among other things. --- server/src/session.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'server/src/session.h') diff --git a/server/src/session.h b/server/src/session.h index 12c831a..48c01d7 100644 --- a/server/src/session.h +++ b/server/src/session.h @@ -90,5 +90,13 @@ private: std::map sessions; }; +class SessionAutolock { +public: + SessionAutolock(Session &session); + ~SessionAutolock(); + +private: + Session &session; +}; #endif/*__PRACRO_SESSION_H__*/ -- cgit v1.2.3