diff -r 6295dc2169f3 -r 8486d82aef45 adaptationlayer/tsy/nokiatsy_dll/inc/cmmcallmesshandler.h --- a/adaptationlayer/tsy/nokiatsy_dll/inc/cmmcallmesshandler.h Wed Apr 21 14:29:55 2010 +0300 +++ b/adaptationlayer/tsy/nokiatsy_dll/inc/cmmcallmesshandler.h Tue Oct 19 13:16:20 2010 +0300 @@ -643,14 +643,13 @@ /** * Creates PnsPipeCreateReq ISI message and sends it to Phonet. - * @param aPipeStateAfter: pipe state - * @return error value: Symbian error code + * @return error value: Symbian error code */ - TInt PnsPipeCreateReq( const TUint8 aPipeStateAfter ) const; + TInt PnsPipeCreateReq() const; /** * Creates PnsPipeRemoveReq ISI message and sends it to Phonet. - * @return error value: Symbian error code + * @return error value: Symbian error code */ TInt PnsPipeRemoveReq(); @@ -661,6 +660,18 @@ */ void PnsPipeCreateResp( const TIsiReceiveC &aIsiMessage ); + /** + * Builds PNS_PIPE_ENABLE_REQ ISI message and sends it to Phonet. + * @return error value: Symbian error code + */ + TInt PnsPipeEnableReq() const; + + /** + * Handles PNS_PIPE_ENABLE_RESP. + * @param aIsiMessage, reference to the received message. + */ + void PnsPipeEnableResp( const TIsiReceiveC &aIsiMessage ); + public: // Data // None