creator/inc/creator_impselement.h
branchRCL_3
changeset 50 9b2cffad4b5e
parent 0 d6fe6244b863
child 60 6646c35e558c
equal deleted inserted replaced
49:f8280f3bfeb7 50:9b2cffad4b5e
    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     
    43     void AsyncExecuteCommandL();
    44 protected:
    44 protected:
    45     CCreatorImpsServerElement(CCreatorEngine* aEngine);
    45     CCreatorImpsServerElement(CCreatorEngine* aEngine);
    46 };
    46 };
    47 
    47 
    48 #endif // __PRESENCE
    48 #endif // __PRESENCE