creator/engine/inc/creator_cmdscriptrun.h
branchGCC_SURGE
changeset 37 c20154ccf3c0
parent 23 c9bf25a20c9f
equal deleted inserted replaced
20:ba8a586c45f1 37:c20154ccf3c0
    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;