diff -r 63c982fb92f2 -r b73252188534 locationmanager/locationtrail/inc/locationremappingao.h --- a/locationmanager/locationtrail/inc/locationremappingao.h Thu Jul 15 19:07:24 2010 +0300 +++ b/locationmanager/locationtrail/inc/locationremappingao.h Thu Aug 19 10:20:41 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