vtengines/vtmediatorplugin/inc/vtinternalmediatorapi.h
branchRCL_3
changeset 25 779871d1e4f4
parent 24 f15ac8e65a02
--- a/vtengines/vtmediatorplugin/inc/vtinternalmediatorapi.h	Tue Aug 31 15:16:10 2010 +0300
+++ b/vtengines/vtmediatorplugin/inc/vtinternalmediatorapi.h	Wed Sep 01 12:29:12 2010 +0100
@@ -41,8 +41,7 @@
 struct TVtVideoTelephonyCallInformation
 {   
     /** Max length of display text */
-    enum { TDisplayTextMaxLength = 100 }; 
-    enum { TPhoneNumMaxLength = 100 };
+    enum { TDisplayTextMaxLength = 100 };        
                                      
     /** Display text type definition */
     typedef TBuf<TDisplayTextMaxLength> TDisplayText;
@@ -68,12 +67,6 @@
         EDisplayTextValid = 0x01,
         EDataportValid    = 0x02
     };
-    
-    /** Display text type definition */
-    typedef TBuf<TPhoneNumMaxLength> TPhoneNumText;
-      
-    /** Remote end CLI identifier (name/number/call id) */
-    TPhoneNumText iPhoneNumText;
                                                
     /** Event data validity */
     TUint iEventDataValidity;