summaryrefslogtreecommitdiffstats
path: root/servercomm/servercomm.hh
diff options
context:
space:
mode:
Diffstat (limited to 'servercomm/servercomm.hh')
-rw-r--r--servercomm/servercomm.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/servercomm/servercomm.hh b/servercomm/servercomm.hh
index 2d34e69..460fc2c 100644
--- a/servercomm/servercomm.hh
+++ b/servercomm/servercomm.hh
@@ -64,7 +64,6 @@ class QtData;
class MDDObj;
class MDDCollIter;
class MDDColl;
-class RMTimer;
class r_Parse_Params;
//@ManMemo: Module: {\bf servercomm}
@@ -1045,9 +1044,9 @@ class ServerComm
void clientEndRequest();
- // constant for clientID
+ // constant for clientID
static const char* HTTPCLIENT;
-
+
private:
/// copy constructor is private and therefore can not be used
ServerComm( const ServerComm& );//and then why this? : clientTimeout(3600), garbageCollectionInterval(600){;};