mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
--- 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 <ecom/implementationproxy.h>
 
 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<CSdpMediaField>& aFields ) const;
-    
+private: // data
+
+    TUid DoChannelL( RStringF aMethod ); 
+	
 private: // data
 
     CMusManager* iManager;
-    TBool iCloseStringPool;
-    
+
     };