From c96a2e557f0a9322c9369a06041e894cc2f11e93 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 18 Jan 2010 14:27:41 +0000 Subject: Make use of libartefact. Not yet tested... --- server/src/queryhandlerpentominos.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'server/src/queryhandlerpentominos.h') diff --git a/server/src/queryhandlerpentominos.h b/server/src/queryhandlerpentominos.h index 4c5e932..b96c097 100644 --- a/server/src/queryhandlerpentominos.h +++ b/server/src/queryhandlerpentominos.h @@ -41,7 +41,9 @@ */ class QueryHandlerPentominos : public QueryHandler { public: - QueryHandlerPentominos(Artefact &artefact, std::string cpr); + QueryHandlerPentominos(Artefact &artefact, + std::string patientid, + std::string user); ~QueryHandlerPentominos() {} // Execute all queries. @@ -49,7 +51,8 @@ public: private: Artefact &artefact; - std::string cpr; + std::string patientid; + std::string user; }; #endif/*__PRACRO_QUERYHANDLERPENTOMINOS_H__*/ -- cgit v1.2.3