creator/inc/creator_impselement.h
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
    38 class CCreatorImpsServerElement : public CCreatorScriptElement
    38 class CCreatorImpsServerElement : public CCreatorScriptElement
    39 {
    39 {
    40 public:
    40 public:
    41     static CCreatorImpsServerElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    41     static CCreatorImpsServerElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    42     void ExecuteCommandL();
    42     void ExecuteCommandL();
    43     void AsyncExecuteCommandL();
    43     
    44 protected:
    44 protected:
    45     CCreatorImpsServerElement(CCreatorEngine* aEngine);
    45     CCreatorImpsServerElement(CCreatorEngine* aEngine);
    46 };
    46 };
    47 
    47 
    48 #endif // __PRESENCE
    48 #endif // __PRESENCE