windowing/windowserver/nga/SERVER/openwfc/CLIENT.H
branchRCL_3
changeset 33 25f95128741d
parent 0 5d03bc08d59c
child 116 171fae344dd4
child 121 d72fc2aace31
--- a/windowing/windowserver/nga/SERVER/openwfc/CLIENT.H	Wed Mar 31 23:34:07 2010 +0300
+++ b/windowing/windowserver/nga/SERVER/openwfc/CLIENT.H	Wed Apr 14 17:19:46 2010 +0300
@@ -186,7 +186,6 @@
 	// Service client commands by dispatching them to the object associated with the op code
 	void DoServiceL(const RMessage2& aMessage, TBool& aCompleteRequest);
 	void DoServiceCommandBuf();
-	static TInt DoContinueDeferredServiceOfCommandBuf(TAny* aClient);
 	void DispatchCommandsInBufL();
 	void CompleteMessage(const RMessage2& aMessage,TInt aReason);
 	
@@ -302,7 +301,6 @@
 	static TBuf8<EClientBufferMaxSize> iCmdBuf; // Buffer contain a block of client commands
 	static CWsObject* iDestObj;			// Current object client command is for
 	static const TUint8* iNextCmd;		// Pointer in buffer to the next command to be processed
-	static CIdle* iMoreCommands;		// Active object responsible for executing more client commands
 
 	static TInt iDefaultSystemPointerCursorIndex;		// Negative when there isn't one
 	static CWsPointerCursor* iDefaultSystemPointerCursor;