creator/inc/creator_noteelement.h
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
    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();
       
    36     
    35     
    37 protected:
    36 protected:
    38     CCreatorNoteElement(CCreatorEngine* aEngine);
    37     CCreatorNoteElement(CCreatorEngine* aEngine);
    39 };
    38 };
    40 
    39