smf/smfservermodule/smfclient/smfclientsymbiansession.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
child 26 83d6a149c755
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
    68 	/**
    68 	/**
    69 	 * Sends DSM related sync request to the Smf server
    69 	 * Sends DSM related sync request to the Smf server
    70 	 */
    70 	 */
    71 	TPtr8 sendDSMSyncRequest(SmfRequestTypeID aRequestType,	
    71 	TPtr8 sendDSMSyncRequest(SmfRequestTypeID aRequestType,	
    72 			QByteArray& aSerializedData,
    72 			QByteArray& aSerializedData,
    73 			SmfError aErr, TInt maxSize = 0 );
    73 			SmfError& aErr, TInt maxSize = 0 );
    74     
    74     
    75 	/**
    75 	/**
    76 	 * Sends synchronous requests to the Smf server
    76 	 * Sends synchronous requests to the Smf server
    77 	 */
    77 	 */
    78 	TPtr8 sendSyncRequest( QString aInterfaceName, 
    78 	TPtr8 sendSyncRequest( QString aInterfaceName, 
   114     TBuf8<525> iProviderSymbian;
   114     TBuf8<525> iProviderSymbian;
   115     TBuf<125> iInterfaceSymbian;
   115     TBuf<125> iInterfaceSymbian;
   116     TBuf8<125> iInterfaceSymbian8;
   116     TBuf8<125> iInterfaceSymbian8;
   117     QString iInterfaceName;
   117     QString iInterfaceName;
   118     HBufC* iIntfNameBuffer;
   118     HBufC* iIntfNameBuffer;
   119     TPtr iIntfNamePtr;
       
   120     HBufC* iBuffer16;
   119     HBufC* iBuffer16;
   121     TPtr iPtrToXtraInfo;
       
   122     TPtr iPtrProvider;
   120     TPtr iPtrProvider;
       
   121 	TPtr8 iPtrProvider8;
   123 	QByteArray iInterfaceNamebyte;
   122 	QByteArray iInterfaceNamebyte;
   124 	TBuf<100> iDSMErr;
   123 	TBuf<100> iDSMErr;
   125 	HBufC8* iProviderBuf8;
   124 	HBufC8* iProviderBuf8;
   126 	TPtr8 iPtrProvider8;
   125     TPtr iIntfNamePtr;
       
   126 	TPtr8 iIntfNamePtr8;
   127 	HBufC8* iIntfNameBuffer8;
   127 	HBufC8* iIntfNameBuffer8;
   128 	TPtr8 iIntfNamePtr8;
       
   129 	HBufC8* iBuffer8;
   128 	HBufC8* iBuffer8;
   130 	HBufC8* iXtraInfoBuf8;
   129 	HBufC8* iXtraInfoBuf8;
   131 	TPtr8 iPtrToXtraInfo8;
   130     TPtr iPtrToXtraInfo;
       
   131     TPtr8 iPtrToXtraInfo8;
   132 	HBufC8* iSlot0Buffer8;
   132 	HBufC8* iSlot0Buffer8;
   133 	TPtr8 iPtr8ToSlot0;
   133 	TPtr8 iPtr8ToSlot0;
   134 	TInt iMaxMessageSize;
   134 	TInt iMaxMessageSize;
   135 	TInt iMaxSize;
   135 	TInt iMaxSize;
   136 	/**
   136 	/**