omads/omadsappui/AspSyncUtil/inc/AspProfile.h
changeset 1 95fdac6ccb5c
parent 0 dab8a81a92de
child 10 b922b9936679
equal deleted inserted replaced
0:dab8a81a92de 1:95fdac6ccb5c
    20 #define ASPPROFILE_H
    20 #define ASPPROFILE_H
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <ecom.h>
    24 #include <ecom.h>
       
    25 #include <calsession.h>
    25 
    26 
    26 #include <SyncMLClient.h>    // for RSyncMLSession
    27 #include <SyncMLClient.h>    // for RSyncMLSession
    27 #include <SyncMLClientDS.h>  // for RSyncMLDataSyncProfile
    28 #include <SyncMLClientDS.h>  // for RSyncMLDataSyncProfile
    28 
    29 
    29 #include "AspDefines.h"
    30 #include "AspDefines.h"
   467     	void Sort();
   468     	void Sort();
   468     	void UpdateDataProviderL(TInt aDataProviderId);
   469     	void UpdateDataProviderL(TInt aDataProviderId);
   469     	void ReadDataProviderItemL(RSyncMLDataProvider& aProvider, TAspProviderItem& aItem);
   470     	void ReadDataProviderItemL(RSyncMLDataProvider& aProvider, TAspProviderItem& aItem);
   470 
   471 
   471 
   472 
   472 		
   473     	void CreateCalLocalDatabaseL(TDes& aCalName);
       
   474     	void RetrieveCalLocalDatabaseL(TDes& aCalName);
       
   475     	TBool IsCalNameAvailableL(CCalSession& aSession ,TDes& aCalName);
   473 		
   476 		
   474     private:
   477     private:
   475     
   478     
   476 		/**
   479 		/**
   477 		* Utility function.
   480 		* Utility function.