tsrc/mmusavasettingsstub/inc/mmusavasettingsstub.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
--- a/tsrc/mmusavasettingsstub/inc/mmusavasettingsstub.h	Tue Aug 31 15:12:07 2010 +0300
+++ b/tsrc/mmusavasettingsstub/inc/mmusavasettingsstub.h	Wed Sep 01 12:31:01 2010 +0100
@@ -107,6 +107,17 @@
      * @return SIP profile Id.
      */
     virtual TInt SipProfileId() const;
+    
+    /**
+    * Returns the direction of the mobile call.
+    *
+    * @return 0, if the direction of the call is unknown.
+    *         1, call is from public number.
+    *         2, call is from private number   
+    */         
+    virtual TInt CallPrivacy();
+    
+    
 
 private: // data
 
@@ -155,6 +166,13 @@
      * Own.
      */
     CDesCArrayFlat* iAudioCodecs;
+    
+  	/**
+  	* Call privacy indicator
+  	* 
+  	*/
+  
+	TInt iCallPrivacy;
 
     MUS_UNITTEST( UT_CMusAvailabilityPluginManager )