diff -r 1a2a00e78665 -r d0529222e3f0 idlefw/plugins/wsplugin/inc/numerickeyhandler.h --- a/idlefw/plugins/wsplugin/inc/numerickeyhandler.h Tue Feb 02 00:23:10 2010 +0200 +++ b/idlefw/plugins/wsplugin/inc/numerickeyhandler.h Fri Feb 19 23:07:29 2010 +0200 @@ -44,7 +44,8 @@ public CEventHandler, private MCenRepNotifyHandlerCallback { -public: +public: + /** * Creates a new instance of this class. * @@ -118,6 +119,13 @@ /// Input language indicator. TInt iInputLanguage; + +private: + // friend classes + +#ifdef _AIWSPLUGIN_UNIT_TEST + friend class UT_NumericKeyHandler; +#endif }; } // namespace AiWsPlugin