diff -r 41a7f70b3818 -r 5266b1f337bd phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h --- a/phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h Tue Aug 31 15:14:29 2010 +0300 +++ b/phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h Wed Sep 01 12:30:10 2010 +0100 @@ -22,6 +22,8 @@ // INCLUDES #include #include +#include + /** * Wrapper class to touch pane interface. @@ -32,8 +34,9 @@ { public: - TPhTouchPaneWrapper(); - + + TPhTouchPaneWrapper( MBubbleTouchPaneInterface& aTouchPane ); + /** * Returns number of buttons in touch pane. * @@ -64,6 +67,12 @@ private: + /** + * Reference to touch pane interface + * Not own. + */ + MBubbleTouchPaneInterface& iTouchPane; + };