windowing/windowserver/nga/SERVER/openwfc/CLIENT.H
changeset 45 36b2e23a8629
parent 0 5d03bc08d59c
child 116 171fae344dd4
child 121 d72fc2aace31
--- a/windowing/windowserver/nga/SERVER/openwfc/CLIENT.H	Fri Apr 16 16:21:04 2010 +0300
+++ b/windowing/windowserver/nga/SERVER/openwfc/CLIENT.H	Mon May 03 13:44:32 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;