mmserv/sts/stsserver/src/stsserver.h
changeset 16 43d09473c595
parent 14 80975da52420
child 20 b67dd1fc57c5
--- a/mmserv/sts/stsserver/src/stsserver.h	Mon May 03 12:59:52 2010 +0300
+++ b/mmserv/sts/stsserver/src/stsserver.h	Fri May 14 16:22:35 2010 +0300
@@ -28,8 +28,7 @@
 public:
 
     // Runs the server on the current thread, and blocks until the server exits.
-    IMPORT_C static void RunServerL(bool aPerformProcessRendezvous = EFalse,
-            bool aPerformThreadRendezvous = EFalse);
+    IMPORT_C static void RunServerL();
 
     void AddSession(CStsServerSession* aSession);