locationmanager/ReverseGeocode/inc/internalreversegeocode.h
changeset 48 1389872e7c51
parent 43 c5e73110f733
--- a/locationmanager/ReverseGeocode/inc/internalreversegeocode.h	Fri Aug 06 09:56:02 2010 +0300
+++ b/locationmanager/ReverseGeocode/inc/internalreversegeocode.h	Mon Aug 23 13:33:21 2010 +0300
@@ -73,7 +73,11 @@
     */    
     void HandleTimedoutEvent(TInt aErrorCode);
     
-protected:
+#ifdef REVERSEGEOCODE_UNIT_TESTCASE
+    public:
+#else    
+    protected:
+#endif 
    
    /**
     * Second phase construction
@@ -130,7 +134,11 @@
     const RMobilePhone::TMobilePhoneNetworkInfoV1& 
         GetHomeNetworkInfo(TBool& aHomeNwInfoAvailableFlag);
 
-private:
+#ifdef REVERSEGEOCODE_UNIT_TESTCASE
+    public:
+#else    
+    private:
+#endif 
 
     /**
      * Starts the timer
@@ -142,7 +150,11 @@
      */	
     void CloseConnection();
 
-private:
+#ifdef REVERSEGEOCODE_UNIT_TESTCASE
+    public:
+#else    
+    private:
+#endif 
     CXmlHandler *iXmlHandler;
     CClientEngine *iClientEngine;
     CInternalAddressInfo *iAddressInfo;