tsrc/mmusavasettingsstub/inc/mmusavasettingsstub.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
--- a/tsrc/mmusavasettingsstub/inc/mmusavasettingsstub.h	Thu Aug 19 09:51:39 2010 +0300
+++ b/tsrc/mmusavasettingsstub/inc/mmusavasettingsstub.h	Tue Aug 31 15:12:07 2010 +0300
@@ -107,17 +107,6 @@
      * @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
 
@@ -166,13 +155,6 @@
      * Own.
      */
     CDesCArrayFlat* iAudioCodecs;
-    
-  	/**
-  	* Call privacy indicator
-  	* 
-  	*/
-  
-	TInt iCallPrivacy;
 
     MUS_UNITTEST( UT_CMusAvailabilityPluginManager )