locationdataharvester/mylocationsdatabasemanager/inc/mylocationsdatabasemanager.h
changeset 41 b3dd5ec3089d
parent 35 59575560d1e6
equal deleted inserted replaced
38:793f76d9ab0c 41:b3dd5ec3089d
   117          * @parama Id , id of entry to be checked in db table
   117          * @parama Id , id of entry to be checked in db table
   118          * @param aAddressType , type of entry.
   118          * @param aAddressType , type of entry.
   119          * @return , true for match case .
   119          * @return , true for match case .
   120          */
   120          */
   121         IMPORT_C TBool CheckIfAddressChanged(const TDesC& aAddress,
   121         IMPORT_C TBool CheckIfAddressChanged(const TDesC& aAddress,
   122                 const TUint32 aId, const TUidSourceType aAddressType);
   122                 const TUint32 aId, const TUidSourceType aAddressType);        
   123         
   123         
       
   124     /**
       
   125        * Updates the calendar entry  
       
   126        * @param aId , id of the caleentry
       
   127        * @param aChangeType , changetype of the calendar entry
       
   128        * @param aLocation , location details of the calendar entry 
       
   129        */
       
   130         IMPORT_C void UpdateCalendarLocationById(const TUint32 aUid, const TUint32 aChangeType,const TDesC& aLocation);    
       
   131       
       
   132       /**
       
   133        * gets all the calendar entry  
       
   134        * @param aCalEntryArray , refference to all entry
       
   135        */
       
   136         IMPORT_C void GetAllCalendarEntry(QList<QCalendarLocationDetails>& aCalEntryArray);
   124 
   137 
   125 #ifdef LOCATION_DATA_HARVESTER_UNIT_TEST
   138 #ifdef LOCATION_DATA_HARVESTER_UNIT_TEST
   126 public:
   139 public:
   127 #else
   140 #else
   128 private:
   141 private: