--- a/phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h Fri Apr 16 14:58:25 2010 +0300
@@ -22,9 +22,6 @@
// INCLUDES
#include <e32base.h>
#include <teltouchpaneextension.h>
-// <-- QT PHONE START -->
-//#include <bmtouchpaneinterface.h>
-// <-- QT PHONE END -->
/**
* Wrapper class to touch pane interface.
@@ -35,9 +32,7 @@
{
public:
-// <-- QT PHONE START -->
- TPhTouchPaneWrapper( /*MBubbleTouchPaneInterface& aTouchPane*/ );
-// <-- QT PHONE END -->
+ TPhTouchPaneWrapper();
/**
* Returns number of buttons in touch pane.
@@ -69,13 +64,6 @@
private:
- /**
- * Reference to touch pane interface
- * Not own.
- */
-// <-- QT PHONE START -->
- //MBubbleTouchPaneInterface& iTouchPane;
-// <-- QT PHONE END -->
};