locationmanager/locationtrail/inc/clocationrecord.h
branchRCL_3
changeset 57 2872ae438bf7
parent 47 b73252188534
child 63 e538444823de
--- a/locationmanager/locationtrail/inc/clocationrecord.h	Tue Sep 14 22:10:25 2010 +0300
+++ b/locationmanager/locationtrail/inc/clocationrecord.h	Wed Sep 15 12:40:59 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