creator/inc/creator_noteelement.h
branchRCL_3
changeset 50 9b2cffad4b5e
parent 0 d6fe6244b863
child 60 6646c35e558c
equal deleted inserted replaced
49:f8280f3bfeb7 50:9b2cffad4b5e
    30 class CCreatorNoteElement : public CCreatorScriptElement
    30 class CCreatorNoteElement : public CCreatorScriptElement
    31 {
    31 {
    32 public:
    32 public:
    33     static CCreatorNoteElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    33     static CCreatorNoteElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    34     void ExecuteCommandL();
    34     void ExecuteCommandL();
       
    35     void AsyncExecuteCommandL();
    35     
    36     
    36 protected:
    37 protected:
    37     CCreatorNoteElement(CCreatorEngine* aEngine);
    38     CCreatorNoteElement(CCreatorEngine* aEngine);
    38 };
    39 };
    39 
    40