equal
deleted
inserted
replaced
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: |