summaryrefslogtreecommitdiff
path: root/server/src/client_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/client_connection.h')
-rw-r--r--server/src/client_connection.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/server/src/client_connection.h b/server/src/client_connection.h
index b811b7f..e64dcad 100644
--- a/server/src/client_connection.h
+++ b/server/src/client_connection.h
@@ -40,7 +40,12 @@ class Session;
class ClientConnection : public Connection {
public:
- ClientConnection(Environment &e, headers_t &headers,
+ /**
+ * URI: course/template/macro
+ * Params: petientid, sessionid and statechange (commit, nocommit or discard)
+ * Headers are currently not used.
+ */
+ ClientConnection(Environment &e, headers_t headers,
headers_t args, std::string uri);
~ClientConnection();