phoneuis/Ussd/inc/UssdNaviPane.h
branchRCL_3
changeset 5 2a26698d78ba
parent 0 5f000ab63145
equal deleted inserted replaced
4:24062c24fe38 5:2a26698d78ba
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 #define USSDNAVIPANE_H
    20 #define USSDNAVIPANE_H
    21 
    21 
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 #include <coecntrl.h>
    24 #include <coecntrl.h>
       
    25 #include <peninputclient.h>
    25     
    26     
    26 
    27 
    27 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    28 class CUssdAppUi;
    29 class CUssdAppUi;
    29 class CAknNaviLabel;
    30 class CAknNaviLabel;
   130         CAknNaviLabel*                      iNaviLabel;
   131         CAknNaviLabel*                      iNaviLabel;
   131 
   132 
   132         // The navipane control container.
   133         // The navipane control container.
   133         CAknNavigationControlContainer*     iNaviPane;
   134         CAknNavigationControlContainer*     iNaviPane;
   134         
   135         
   135         
   136         // Client for accessing pen editor (virtual keyboard)
       
   137         RPeninputServer iPeninputServer;
   136 
   138 
   137     };
   139     };
   138 
   140 
   139 #endif // USSDNAVIPANE_H
   141 #endif // USSDNAVIPANE_H
   140 
   142