creator/inc/creator_fileelement.h
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
    49 class CCreatorFileElement : public CCreatorScriptElement
    49 class CCreatorFileElement : public CCreatorScriptElement
    50 {
    50 {
    51 public:
    51 public:
    52     static CCreatorFileElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    52     static CCreatorFileElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    53     void ExecuteCommandL();
    53     void ExecuteCommandL();
    54     void AsyncExecuteCommandL();
       
    55     
    54     
    56 protected:
    55 protected:
    57     CCreatorFileElement(CCreatorEngine* aEngine);
    56     CCreatorFileElement(CCreatorEngine* aEngine);
    58     TInt GetFileCommandL( const TDesC& aFileIdStr, TBool aRandom ) const;
    57     TInt GetFileCommandL( const TDesC& aFileIdStr, TBool aRandom ) const;
    59 private:
    58 private: