diff -r a180113055cb -r 83d6a149c755 smf/smfservermodule/smfclient/smfclientsymbian.h --- 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; };