idlefw/plugins/wsplugin/inc/numerickeyhandler.h
branchRCL_3
changeset 8 d0529222e3f0
parent 0 79c6a41cd166
child 14 15e4dd19031c
--- 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