locationmanager/locationtrail/inc/clocationrecord.h
changeset 51 87e65c44ff3a
parent 40 910a23996aa0
child 60 79f826a55db2
--- a/locationmanager/locationtrail/inc/clocationrecord.h	Mon Aug 23 13:33:21 2010 +0300
+++ b/locationmanager/locationtrail/inc/clocationrecord.h	Fri Sep 03 10:57:50 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;
@@ -750,8 +749,7 @@
     /*
      * Reverse geo coder plugin object
      */
-	CReverseGeoCoderPlugin* iRevGeocoderPlugin;
-    TUid iDtorKey;
+	 CReverseGeoCoderPlugin* iRevGeocoderPlugin;
 
 #endif