creator/inc/creator_connectionmethodelement.h
branchRCL_3
changeset 50 9b2cffad4b5e
parent 0 d6fe6244b863
child 60 6646c35e558c
equal deleted inserted replaced
49:f8280f3bfeb7 50:9b2cffad4b5e
    88 class CCreatorConnectionMethodElement : public CCreatorScriptElement
    88 class CCreatorConnectionMethodElement : public CCreatorScriptElement
    89 {
    89 {
    90 public:
    90 public:
    91     static CCreatorConnectionMethodElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    91     static CCreatorConnectionMethodElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    92     void ExecuteCommandL();
    92     void ExecuteCommandL();
    93     
    93     void AsyncExecuteCommandL();
    94 protected:
    94 protected:
    95     CCreatorConnectionMethodElement(CCreatorEngine* aEngine);
    95     CCreatorConnectionMethodElement(CCreatorEngine* aEngine);
    96 };
    96 };
    97 
    97 
    98 #endif /*CREATORCONNECTIONMETHODELEMENT_H_*/
    98 #endif /*CREATORCONNECTIONMETHODELEMENT_H_*/