locationmanager/locationtrail/inc/locationremappingao.h
changeset 36 aa5a574040a4
parent 1 acef663c1218
child 63 e538444823de
--- a/locationmanager/locationtrail/inc/locationremappingao.h	Wed Jun 23 18:41:19 2010 +0300
+++ b/locationmanager/locationtrail/inc/locationremappingao.h	Tue Jul 06 14:44:37 2010 +0300
@@ -28,7 +28,9 @@
 #include "rlocationtrail.h"
 #include "locationmanagerdebug.h"
 #include "locationtraildefs.h"
-
+#ifdef LOC_REVERSEGEOCODE
+#include "ctagcreator.h"
+#endif
 
 class TRemapItem
 	{
@@ -128,6 +130,19 @@
 	 * @param aLocationId, locationId for relations 
 	 */ 
 	void UpdateRelationsL( TItemId aLocationId );
+
+#ifdef LOC_REVERSEGEOCODE
+	/**
+	* AttachGeoTagsL
+	* Attaches the country and city tags to all objects
+	* @param  aTagCreator An instance of the tag creator
+	* @param  aCountryTagId country tagId
+	* @param  aCityTagId	city tag Id
+	*/
+    void AttachGeoTagsL( CTagCreator *aTagCreator,
+                             const TItemId aCountryTagId, 
+                             const TItemId aCityTagId );
+#endif    
 private:
 
 	/**
@@ -245,3 +260,5 @@
 
 
 #endif /*LOCATIONREMAPPINGAO_H_*/
+
+// End of file