From ae91057323802dbfe5797cab6fd923149503b213 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 7 Feb 2011 11:16:27 +0000 Subject: Made isreadonly propagate to session file and back to live object. --- server/src/sessionparser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/src/sessionparser.h') diff --git a/server/src/sessionparser.h b/server/src/sessionparser.h index 903dc56..314f4ce 100644 --- a/server/src/sessionparser.h +++ b/server/src/sessionparser.h @@ -43,7 +43,8 @@ public: std::map< std::string, std::string> attributes); void endTag(std::string name); void parseError(const char *buf, size_t len, std::string error, int lineno); - + + std::string status; std::string templ; std::string sessionid; std::string patientid; -- cgit v1.2.3