mds_plat/location_manager_api/tsrc/inc/LocationManagerTestScripter.h
branchRCL_3
changeset 19 b73252188534
parent 0 c53acadfccc6
--- a/mds_plat/location_manager_api/tsrc/inc/LocationManagerTestScripter.h	Thu Jul 15 19:07:24 2010 +0300
+++ b/mds_plat/location_manager_api/tsrc/inc/LocationManagerTestScripter.h	Thu Aug 19 10:20:41 2010 +0300
@@ -31,6 +31,10 @@
 #include "mdccommon.h"
 #include "mdesession.h"
 
+#ifdef LOC_REVERSEGEOCODE
+#include "rlocationgeotagger.h"
+#endif //LOC_REVERSEGEOCODE
+
 // CONSTANTS
 // Logging path
 _LIT( KLocationManagerTestScripterLogPath, "\\logs\\testframework\\LocationManagerTestScripter\\" ); 
@@ -136,7 +140,19 @@
         TInt GetStatus2L( CStifItemParser& aItem );
         //ADD NEW METHOD DEC HERE
         //[TestMethods] - Do not remove
-        
+
+#ifdef LOC_REVERSEGEOCODE
+         TInt ConnectGeoTaggerL( CStifItemParser& /*aItem*/ );
+         TInt CloseGeoTaggerL( CStifItemParser& /*aItem*/ );
+         TInt StartGeoTaggingL( CStifItemParser& aItem );
+                 
+         TInt TestGeoTagCompleteStatusL( CStifItemParser& aItem );
+         TInt TestGeoTagPendingStatusL( CStifItemParser& aItem );
+         TInt TestGeoTagGoingOnStatusL( CStifItemParser& aItem );
+         
+         TInt CancelGeoTaggingL( CStifItemParser& aItem ) ;
+#endif //LOC_REVERSEGEOCODE
+         
     public: // From MTrackLogObserver
     	void TrackLogStarted(TInt aError);
     	void TrackLogStopped(TInt aError);
@@ -155,7 +171,11 @@
      	CMdESession* iMdeSession;
      	
      	CActiveSchedulerWait* iASW;
-
+     	
+#ifdef LOC_REVERSEGEOCODE
+     	RLocationGeoTagger iLocationGeoTagger;
+     	TBool iLocGeoTaggerConnected;
+#endif //LOC_REVERSEGEOCODE
     };
 
 #endif      // LOCATIONMANAGERTESTSCRIPTER_H