equal
deleted
inserted
replaced
19 #ifndef __CREATORCMDSCRIPTRUN_H__ |
19 #ifndef __CREATORCMDSCRIPTRUN_H__ |
20 #define __CREATORCMDSCRIPTRUN_H__ |
20 #define __CREATORCMDSCRIPTRUN_H__ |
21 |
21 |
22 #include "engine.h" |
22 #include "engine.h" |
23 |
23 |
24 class CCreatorCmdScriptRun : public MBeating |
24 class CCreatorCmdScriptRun : public CBase, public MBeating |
25 { |
25 { |
26 public: |
26 public: |
27 |
27 |
28 static CCreatorCmdScriptRun* NewL(CCreatorEngine* aEngine); |
28 static CCreatorCmdScriptRun* NewL(CCreatorEngine* aEngine); |
29 static CCreatorCmdScriptRun* NewLC(CCreatorEngine* aEngine); |
29 static CCreatorCmdScriptRun* NewLC(CCreatorEngine* aEngine); |
37 void Synchronize(); |
37 void Synchronize(); |
38 |
38 |
39 private: |
39 private: |
40 CCreatorCmdScriptRun(); |
40 CCreatorCmdScriptRun(); |
41 void ConstructL(CCreatorEngine* aEngine); |
41 void ConstructL(CCreatorEngine* aEngine); |
42 void Tick(); |
42 void TickL(); |
43 |
43 |
44 private: |
44 private: |
45 CCreatorEngine* iEngine; |
45 CCreatorEngine* iEngine; |
46 HBufC* iCommandLineScriptName; |
46 HBufC* iCommandLineScriptName; |
47 HBufC* iCommandLineRandomDataFileName; |
47 HBufC* iCommandLineRandomDataFileName; |