diff -r f8280f3bfeb7 -r 9b2cffad4b5e creator/inc/creator_contactelement.h --- a/creator/inc/creator_contactelement.h Tue Sep 14 21:20:12 2010 +0300 +++ b/creator/inc/creator_contactelement.h Wed Sep 15 12:13:45 2010 +0300 @@ -143,6 +143,7 @@ public: static CCreatorContactElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); void ExecuteCommandL(); + void AsyncExecuteCommandL(); protected: CCreatorContactElement(CCreatorEngine* aEngine); }; @@ -154,6 +155,7 @@ { public: static CCreatorContactSetElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); + void AsyncExecuteCommand(); void ExecuteCommandL(); virtual void AddToCacheL(); protected: @@ -167,6 +169,7 @@ { public: static CCreatorContactGroupElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); + void AsyncExecuteCommandL(); void ExecuteCommandL(); protected: CCreatorContactGroupElement(CCreatorEngine* aEngine);