creator/inc/creator_calendarelement.h
branchRCL_3
changeset 50 9b2cffad4b5e
parent 0 d6fe6244b863
child 60 6646c35e558c
equal deleted inserted replaced
49:f8280f3bfeb7 50:9b2cffad4b5e
   100 class CCreatorCalendarElement : public CCreatorScriptElement
   100 class CCreatorCalendarElement : public CCreatorScriptElement
   101 {
   101 {
   102 public:
   102 public:
   103     static CCreatorCalendarElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
   103     static CCreatorCalendarElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
   104     void ExecuteCommandL();
   104     void ExecuteCommandL();
       
   105     void AsyncExecuteCommandL();    
   105 protected:
   106 protected:
   106     CCreatorCalendarElement(CCreatorEngine* aEngine);
   107     CCreatorCalendarElement(CCreatorEngine* aEngine);
   107     
   108     
   108     enum TEntryType {
   109     enum TEntryType {
   109         EAppointment,
   110         EAppointment,