From d22c5966c130ef7768bac7914cb4dafa74088036 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 16 May 2008 15:00:12 +0000 Subject: Worked on the connection of the various elements of the server. --- server/src/queryhandler.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'server/src/queryhandler.h') diff --git a/server/src/queryhandler.h b/server/src/queryhandler.h index 14e97c2..9ddca60 100644 --- a/server/src/queryhandler.h +++ b/server/src/queryhandler.h @@ -28,22 +28,11 @@ #define __PRACRO_QUERYHANDLER_H__ #include "tcpsocket.h" +#include "template.h" #include #include -/** - * Query specific values. This is the in-memory representation of a query transaction. - */ -class Query { -public: - Query(std::string id, std::string type) : - device_id(id), device_type(type) {} - std::string device_id; - std::string device_type; -}; - - /** * This class handles the query of external data. */ -- cgit v1.2.3