diff -r 73a1feb507fb -r bc78a40cd63c mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h --- a/mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h Tue Aug 31 15:12:07 2010 +0300 +++ b/mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h Wed Sep 01 12:31:01 2010 +0100 @@ -26,7 +26,6 @@ #include class CMusManager; -class CSdpMediaField; IMPORT_C const TImplementationProxy* ImplementationGroupProxy( TInt& aTableCount ); @@ -87,20 +86,14 @@ */ const TDesC8& Capabilities(); -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 + + TUid DoChannelL( RStringF aMethod ); + private: // data CMusManager* iManager; - TBool iCloseStringPool; - + };