creator/inc/creator_logelement.h
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
    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