mmsharing/mmshavailability/inc/musavacapabilitycontext.h
branchCompilerCompatibility
changeset 12 6e3ada025302
parent 0 f0cf47e981f9
equal deleted inserted replaced
9:31001cb09df5 12:6e3ada025302
   184      * Returns originator from request
   184      * Returns originator from request
   185      *
   185      *
   186      * @param aTrx request
   186      * @param aTrx request
   187      * @return originator's URI
   187      * @return originator's URI
   188      */
   188      */
   189     static const CUri8& MusAvaCapabilityContext::OriginatorL( 
   189     static const CUri8& OriginatorL( const CSIPServerTransaction& aTrx );
   190                                 const CSIPServerTransaction& aTrx );
       
   191 
   190 
   192     /**
   191     /**
   193      * Finds header from user headers based on header's name
   192      * Finds header from user headers based on header's name
   194      *
   193      *
   195      * @param aHeaderName name of the header
   194      * @param aHeaderName name of the header
   224      * Finds and returns all P-Asserted-Identity header .
   223      * Finds and returns all P-Asserted-Identity header .
   225      *
   224      *
   226      * @param aMessage SIP message header.     
   225      * @param aMessage SIP message header.     
   227      * @return array which has all P-Asserted-Identity header.
   226      * @return array which has all P-Asserted-Identity header.
   228      */
   227      */
   229     static CDesCArrayFlat* MusAvaCapabilityContext::PAssertedIdentityHeaderL(
   228     static CDesCArrayFlat* PAssertedIdentityHeaderL(
   230                                     const CSIPMessageElements& aMessage );
   229                                     const CSIPMessageElements& aMessage );
   231     //MUS_UNITTEST ( UT_ )
   230     //MUS_UNITTEST ( UT_ )
   232 
   231 
   233     };
   232     };
   234     
   233