diff -r 9b2cffad4b5e -r 6646c35e558c creator/inc/creator_logelement.h --- a/creator/inc/creator_logelement.h Wed Sep 15 12:13:45 2010 +0300 +++ b/creator/inc/creator_logelement.h Wed Oct 13 14:32:52 2010 +0300 @@ -39,7 +39,7 @@ public: static CCreatorLogElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); void ExecuteCommandL(); - void AsyncExecuteCommandL(); + protected: CCreatorLogElement(CCreatorEngine* aEngine); TInt GetLogCommandL( const TDesC& aFileIdStr, TBool aRandom ) const;