phoneuis/Ussd/inc/UssdNaviPane.h
branchRCL_3
changeset 15 2a26698d78ba
parent 0 5f000ab63145
--- a/phoneuis/Ussd/inc/UssdNaviPane.h	Fri Mar 12 15:42:40 2010 +0200
+++ b/phoneuis/Ussd/inc/UssdNaviPane.h	Mon Mar 15 12:40:24 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -22,6 +22,7 @@
 
 // INCLUDES
 #include <coecntrl.h>
+#include <peninputclient.h>
     
 
 // FORWARD DECLARATIONS
@@ -132,7 +133,8 @@
         // The navipane control container.
         CAknNavigationControlContainer*     iNaviPane;
         
-        
+        // Client for accessing pen editor (virtual keyboard)
+        RPeninputServer iPeninputServer;
 
     };