locationmanager/locationtrail/inc/clocationrecord.h
changeset 54 a3cc46f37772
parent 36 aa5a574040a4
--- a/locationmanager/locationtrail/inc/clocationrecord.h	Tue Jul 06 14:44:37 2010 +0300
+++ b/locationmanager/locationtrail/inc/clocationrecord.h	Fri Sep 17 16:54:49 2010 +0300
@@ -49,8 +49,7 @@
 #ifdef LOC_REVERSEGEOCODE
 #include <geotagger.h>
 #include "ctagcreator.h"
-#include "reversegeocode.h"
-class CReverseGeoCoderPlugin;
+#include <reversegeocoderplugin.h>
 #endif
 
 typedef RLocationTrail::TTrailState TLocTrailState;
@@ -743,10 +742,14 @@
      */
    	CTagCreator *iTagCreator;
     /*
+     * Flag to track last reverse geocode failure sceenario
+     */
+	TBool iLastReverseGeocodeFails;
+
+    /*
      * Reverse geo coder plugin object
      */
-	CReverseGeoCoderPlugin* iRevGeocoderPlugin;
-    TUid iDtorKey;
+	 CReverseGeoCoderPlugin* iRevGeocoderPlugin;
 
 #endif