equal
deleted
inserted
replaced
39 class CCreatorBrowserElement : public CCreatorScriptElement |
39 class CCreatorBrowserElement : public CCreatorScriptElement |
40 { |
40 { |
41 public: |
41 public: |
42 static CCreatorBrowserElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); |
42 static CCreatorBrowserElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); |
43 void ExecuteCommandL(); |
43 void ExecuteCommandL(); |
44 void AsyncExecuteCommandL(); |
44 |
45 protected: |
45 protected: |
46 CCreatorBrowserElement(CCreatorEngine* aEngine); |
46 CCreatorBrowserElement(CCreatorEngine* aEngine); |
47 TInt GetBrowserCommandL() const; |
47 TInt GetBrowserCommandL() const; |
48 }; |
48 }; |
49 #endif /*CREATORBROWSERELEMENT_H_*/ |
49 #endif /*CREATORBROWSERELEMENT_H_*/ |