diff -r 33a5d2bbf6fc -r 73a1feb507fb mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h --- a/mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h Thu Aug 19 09:51:39 2010 +0300 +++ b/mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h Tue Aug 31 15:12:07 2010 +0300 @@ -26,6 +26,7 @@ #include class CMusManager; +class CSdpMediaField; IMPORT_C const TImplementationProxy* ImplementationGroupProxy( TInt& aTableCount ); @@ -86,14 +87,20 @@ */ const TDesC8& Capabilities(); -private: // data - - TUid DoChannelL( RStringF aMethod ); - +private: // New functions + + /** + * Check whether video field has sendrecv attribute + * @return ETrue if video has sendrecv attribute, EFalse otherwise + */ + TBool CheckForSendRecvAttributeL( + RPointerArray& aFields ) const; + private: // data CMusManager* iManager; - + TBool iCloseStringPool; + };