mmshplugins/mmshsipcrplugin/inc/mussipcrplugin.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
--- 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 <ecom/implementationproxy.h>
 
 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<CSdpMediaField>& aFields ) const;
+    
 private: // data
 
     CMusManager* iManager;
-
+    TBool iCloseStringPool;
+    
     };