equal
deleted
inserted
replaced
37 class CCreatorLogElement : public CCreatorScriptElement |
37 class CCreatorLogElement : public CCreatorScriptElement |
38 { |
38 { |
39 public: |
39 public: |
40 static CCreatorLogElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); |
40 static CCreatorLogElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); |
41 void ExecuteCommandL(); |
41 void ExecuteCommandL(); |
42 void AsyncExecuteCommandL(); |
42 |
43 protected: |
43 protected: |
44 CCreatorLogElement(CCreatorEngine* aEngine); |
44 CCreatorLogElement(CCreatorEngine* aEngine); |
45 TInt GetLogCommandL( const TDesC& aFileIdStr, TBool aRandom ) const; |
45 TInt GetLogCommandL( const TDesC& aFileIdStr, TBool aRandom ) const; |
46 }; |
46 }; |
47 |
47 |