smf/smfservermodule/smfclient/smfclientsymbian.h
changeset 26 83d6a149c755
parent 18 013a02bf2bb0
--- a/smf/smfservermodule/smfclient/smfclientsymbian.h	Thu Sep 23 17:43:31 2010 +0530
+++ b/smf/smfservermodule/smfclient/smfclientsymbian.h	Mon Oct 11 21:59:54 2010 +0530
@@ -152,16 +152,6 @@
 	 * For callback, when the client gets serviced by the server
 	 */
 	smfObserver* iObserver;
-	
-	//Interface name, to be passed to the server
-	TBuf<128> iInterfaceName;
-	QString iInterfaceNameQt;
-	//Data ptr
-	TPtr iDataPtr;
-	//Bytearray
-	QByteArray* iBytearray;
-	HBufC* iBuffer;
-	TInt iMaxMessageSize;
 
 	};