javaextensions/pim/agnadapter/inc.s60/cpimagnlistadapter.h
branchRCL_3
changeset 77 7cee158cb8cd
parent 25 9ac0a0a7da70
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
   223      */
   223      */
   224     RPointerArray< CPIMItemStateChange>*
   224     RPointerArray< CPIMItemStateChange>*
   225     GetExternalItemModificationsByEntryTypeL(
   225     GetExternalItemModificationsByEntryTypeL(
   226         CCalEntry::TType aEntryType);
   226         CCalEntry::TType aEntryType);
   227 
   227 
   228     void DoExternalItemModificationsByEntryTypeL(CCalEntry::TType aEntryType);
   228     void CPIMAgnListAdapter::DoExternalItemModificationsByEntryTypeL(
       
   229         CCalEntry::TType aEntryType);
   229 
   230 
   230     /**
   231     /**
   231      * Fetches a CAgnEntry from the native Agenda Model.
   232      * Fetches a CAgnEntry from the native Agenda Model.
   232      *
   233      *
   233      * @param aItemId The Agenda Model unique id of the entry to be fetched
   234      * @param aItemId The Agenda Model unique id of the entry to be fetched
   265     /**
   266     /**
   266      * By default Symbian 2nd phase constructor is private.
   267      * By default Symbian 2nd phase constructor is private.
   267      *
   268      *
   268      * @param aEntryType Entry type for change callbacks (ToDo/Event/all).
   269      * @param aEntryType Entry type for change callbacks (ToDo/Event/all).
   269      */
   270      */
   270     void ConstructL(MCalChangeCallBack::TChangeEntryType aEntryType);
   271     void ConstructL(MCalChangeCallBack::TChangeEntryType aEntryType,
       
   272                     CCalSession* aCalSession);
   271 
   273 
   272     void DoClose();
   274     void DoClose();
   273 
   275 
   274 protected: // Member data
   276 protected: // Member data
   275 
   277