From f75d8d2bd146dd8cfe16207377264218b148d197 Mon Sep 17 00:00:00 2001 From: Peter Baumann Date: Tue, 27 Jul 2010 09:09:46 +0200 Subject: PB: more benchmark improvement + correct log output handling --- servercomm/servercomm.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'servercomm/servercomm.hh') 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){;}; -- cgit