phonesrv_plat/phone_settings_api/inc/psetwrapper.h
changeset 13 e32024264ebb
parent 12 ae8abd0db65c
--- a/phonesrv_plat/phone_settings_api/inc/psetwrapper.h	Fri Mar 19 09:40:14 2010 +0200
+++ b/phonesrv_plat/phone_settings_api/inc/psetwrapper.h	Fri Apr 16 15:31:58 2010 +0300
@@ -24,6 +24,7 @@
 class PSetCallWaitingWrapper;
 class PSetCallDivertingWrapper;
 class PSetNetworkWrapper;
+class PSetCallBarringWrapper;
 
 #ifdef BUILD_PSETWRAPPER
 #define PSETWRAPPER_EXPORT Q_DECL_EXPORT
@@ -65,7 +66,13 @@
      @exception bad alloc, if creations fails.
      */
     PSetNetworkWrapper& networkWrapper();
-        
+
+    /**
+     Returns reference to call barring settings.
+     @exception bad alloc, if creations fails.
+     */
+    PSetCallBarringWrapper& callBarringWrapper();
+    
 private: // Data: 
     // Own
     CPsetContainer *m_psetContainer; 
@@ -79,6 +86,8 @@
     
     PSetNetworkWrapper *m_networkWrapper;
     
+    PSetCallBarringWrapper *m_callBarringWrapper;
+    
 };
 #endif // PSETWRAPPER