creator/inc/creator_fileelement.h
branchRCL_3
changeset 50 9b2cffad4b5e
parent 0 d6fe6244b863
child 60 6646c35e558c
--- a/creator/inc/creator_fileelement.h	Tue Sep 14 21:20:12 2010 +0300
+++ b/creator/inc/creator_fileelement.h	Wed Sep 15 12:13:45 2010 +0300
@@ -51,6 +51,7 @@
 public:
     static CCreatorFileElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
     void ExecuteCommandL();
+    void AsyncExecuteCommandL();
     
 protected:
     CCreatorFileElement(CCreatorEngine* aEngine);
@@ -63,4 +64,4 @@
     TInt64 iTimeZone;
 };
 
-#endif // CREATORFILEELEMENT_H_
\ No newline at end of file
+#endif // CREATORFILEELEMENT_H_