diff -r c5e73110f733 -r 1389872e7c51 locationmanager/ReverseGeocode/inc/clientengine.h --- a/locationmanager/ReverseGeocode/inc/clientengine.h Fri Aug 06 09:56:02 2010 +0300 +++ b/locationmanager/ReverseGeocode/inc/clientengine.h Mon Aug 23 13:33:21 2010 +0300 @@ -179,8 +179,12 @@ * @return ETrue if silent connection is allowed */ TBool SilentConnectionAllowed(); - + +#ifdef REVERSEGEOCODE_UNIT_TESTCASE + public: +#else private: +#endif /* * Perform the second phase construction of a CClientEngine object. */ @@ -208,7 +212,11 @@ */ void SetupConnectionL( const TConnectionOption aOption ); +#ifdef REVERSEGEOCODE_UNIT_TESTCASE + public: +#else private: +#endif //From MHTTPSessionEventCallback /* * Called by framework to notify about transaction events. @@ -231,7 +239,12 @@ */ TInt MHFRunError( TInt aError, RHTTPTransaction aTransaction, const THTTPEvent& aEvent ); + +#ifdef REVERSEGEOCODE_UNIT_TESTCASE + public: +#else private: +#endif // from MMobilityProtocolResp void PreferredCarrierAvailable( TAccessPointInfo aOldAPInfo, TAccessPointInfo aNewAPInfo, @@ -246,7 +259,11 @@ TBool IsWlanOnly(const TMobileRoamingStatus& aRoamingStatus, const TCmGenConnSettings& aGenConnSettings) const; -private: // from CActive +#ifdef REVERSEGEOCODE_UNIT_TESTCASE + public: +#else + private: +#endif /** * RunL @@ -267,14 +284,22 @@ */ TInt RunError(TInt aError); -private: +#ifdef REVERSEGEOCODE_UNIT_TESTCASE + public: +#else + private: +#endif /** * Submits a HTTP transaction */ void DoHTTPGetL(); - -private: + +#ifdef REVERSEGEOCODE_UNIT_TESTCASE + public: +#else + private: +#endif // declare members RSocketServ iSocketServ; RConnection iConnection;