locationdataharvester/mylocationsdatabasemanager/inc/mylocationsdatabasemanager.h
changeset 41 b3dd5ec3089d
parent 35 59575560d1e6
--- a/locationdataharvester/mylocationsdatabasemanager/inc/mylocationsdatabasemanager.h	Thu Sep 02 20:20:42 2010 +0300
+++ b/locationdataharvester/mylocationsdatabasemanager/inc/mylocationsdatabasemanager.h	Mon Oct 04 00:10:56 2010 +0300
@@ -119,8 +119,21 @@
          * @return , true for match case .
          */
         IMPORT_C TBool CheckIfAddressChanged(const TDesC& aAddress,
-                const TUint32 aId, const TUidSourceType aAddressType);
+                const TUint32 aId, const TUidSourceType aAddressType);        
         
+    /**
+       * Updates the calendar entry  
+       * @param aId , id of the caleentry
+       * @param aChangeType , changetype of the calendar entry
+       * @param aLocation , location details of the calendar entry 
+       */
+        IMPORT_C void UpdateCalendarLocationById(const TUint32 aUid, const TUint32 aChangeType,const TDesC& aLocation);    
+      
+      /**
+       * gets all the calendar entry  
+       * @param aCalEntryArray , refference to all entry
+       */
+        IMPORT_C void GetAllCalendarEntry(QList<QCalendarLocationDetails>& aCalEntryArray);
 
 #ifdef LOCATION_DATA_HARVESTER_UNIT_TEST
 public: