diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercontainer.h --- a/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercontainer.h Wed Sep 15 11:56:55 2010 +0300 +++ b/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercontainer.h Wed Oct 13 14:15:33 2010 +0300 @@ -23,7 +23,6 @@ #include #include "ccappstatuscontrol.h" #include -#include class CAknsBasicBackgroundControlContext; class CAknPreviewPopUpController; @@ -37,7 +36,6 @@ class CCCAExtensionFactory; class CCCAppCommLauncherCustomListBox; class CCCaFactoryExtensionNotifier; -class CAknInputBlock; /** * Class implementing CCAppCommLauncher -container for controls @@ -54,8 +52,7 @@ public MEikListBoxObserver, public MCCAppContactHandlerNotifier, public MCCAStatusControlObserver, - public MAknLongTapDetectorCallBack, - public MAknInputBlockCancelHandler + public MAknLongTapDetectorCallBack { public: // constructor and destructor @@ -230,8 +227,7 @@ * @return the amount of the list box. * @since S60 v5.0 */ - const TInt GetListBoxItemAmount() const; - + const TInt GetListBoxItemAmount() const; private: // New @@ -365,23 +361,6 @@ TDesC8& aContactIdentifier, TDesC& aFullName, TDesC& aSelectedField ); - - /* - * From MAknInputBlockCancelHandler - */ - void AknInputBlockCancel(); - - /** - * Removes the Input Blocker and makes the contianer regain - * user input, key and pen - */ - void RemoveInputBlocker(); - - /** - * Blocks user input, key and pen, from reaching - * container untill the issue of communication is complete - */ - void SetInputBlockerL(); private: // Constructors @@ -472,10 +451,8 @@ */ CCCaFactoryExtensionNotifier* iFactoryExtensionNotifier; - /** - * Owns - Input Blocker - */ - CAknInputBlock* iInputBlocker; + + TBool iLongTap; }; #endif // __CCAPPCOMMALAUNCHERCONTAINER_H