diff -r a93990e5815e -r 40db28bb26b8 locationmanager/ReverseGeocode/inc/internalreversegeocode.h --- a/locationmanager/ReverseGeocode/inc/internalreversegeocode.h Wed Aug 18 10:12:07 2010 +0300 +++ b/locationmanager/ReverseGeocode/inc/internalreversegeocode.h Thu Sep 02 20:52:02 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;