cellular/telephonysettings/xqbindings/psetwrapper/tsrc/ut_psetnetworkwrapper/ut_psetnetworkwrapper.h
changeset 45 61f927bc9441
parent 32 1f002146abb4
--- a/cellular/telephonysettings/xqbindings/psetwrapper/tsrc/ut_psetnetworkwrapper/ut_psetnetworkwrapper.h	Wed Aug 18 10:19:22 2010 +0300
+++ b/cellular/telephonysettings/xqbindings/psetwrapper/tsrc/ut_psetnetworkwrapper/ut_psetnetworkwrapper.h	Thu Sep 02 21:00:29 2010 +0300
@@ -24,6 +24,7 @@
 class PSetNetworkWrapper;
 class CPsetContainer;
 class CPsetNetwork;
+class CPSetRefreshHandlerMock;
 
 class UT_PSetNetworkWrapper : public QObject, public MockService
 {
@@ -65,12 +66,15 @@
     void t_exceptionSafety();
     
     void t_isManualNetworkSelectionSupported();
+    void t_AllowRefresh();
+    void t_Refresh();
     
 private:
     PSetNetworkWrapper *m_wrapper;
     CPsetContainer *m_psetContainerMock;
     CPsetNetwork *m_psetNetworkMock;
     CPsetNetwork *m_psetNetworkModeMock;
+    CPSetRefreshHandlerMock *m_refreshHandler;
 };
 
 #endif