diff -r 505ad3f0ce5c -r cdb720e67852 Msrp/MsrpClient/inc/CMSRPImplementation.h --- a/Msrp/MsrpClient/inc/CMSRPImplementation.h Sat Jun 12 14:30:11 2010 +0530 +++ b/Msrp/MsrpClient/inc/CMSRPImplementation.h Thu Nov 25 13:59:42 2010 +0200 @@ -39,8 +39,19 @@ ~CMSRPImplementation(); + /** + * Creates an msrp session for the client + * @param aObserver a reference to the session observer created by the client. + * This client-side observer receives callbacks from the msrp stack, in order to + * notify it of varous events + * @param aIapId the IAP on which the connection has to start for this session + * @param aSessionId session id of this MSRP session. This comes from the + * path SDP attribute where session id is used + * @return the created session object which can be used by the client + */ CMSRPSession* CreateMSRPSessionL( MMSRPSessionObserver& aObserver, - const TUint aIapId ); + const TUint aIapId, + const TDesC8& aSessionId ); void CloseMSRPSession( CMSRPSession* aMsrpSession );