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