locationdataharvester/mylocationsengine/inc/maptileinterface.h
changeset 30 96df3ab41000
parent 26 f3533f6eae3f
--- a/locationdataharvester/mylocationsengine/inc/maptileinterface.h	Fri Jun 11 13:33:47 2010 +0300
+++ b/locationdataharvester/mylocationsengine/inc/maptileinterface.h	Wed Jun 23 18:07:15 2010 +0300
@@ -115,7 +115,11 @@
      */
     void GetMapTileL( const TReal& aLatitude, const TReal& aLongitude );    
 
+#ifdef MYLOCATIONENGINE_UNIT_TEST
+public:
+#else
 private:
+#endif
 	
 	/**
 	 * Converts geocoordinates to maptile pixel coordinate and update the 
@@ -129,7 +133,11 @@
      */
     void SetLandMarkDetailsL(MAddressInfo& aAddressInfo);
     
-protected: 
+#ifdef MYLOCATIONENGINE_UNIT_TEST
+public:
+#else
+protected:
+#endif
 	
     /**
      * Derived from MMaptileGeocoderObserver
@@ -141,14 +149,22 @@
      */
     void MapTileFetchingCompleted( TInt aErrorcode, const TDesC& aMapImagePath );
     
+#ifdef MYLOCATIONENGINE_UNIT_TEST
+public:
+#else
 private:
+#endif
     
     /**
      * Two phase construction
      */
     void ConstructL();
     
+#ifdef MYLOCATIONENGINE_UNIT_TEST
+public:
+#else
 private:
+#endif
 	
     //MaptileGeocode plugin interface instance
     CMaptileGeocoderPlugin* iMaptileGeocoder;