summaryrefslogtreecommitdiff
path: root/server/src/queryhandlerpentominos.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/queryhandlerpentominos.h')
-rw-r--r--server/src/queryhandlerpentominos.h7
1 files changed, 5 insertions, 2 deletions
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__*/