phoneapp/phoneuivoipextension/src/tphonetouchpanewrapper.cpp
changeset 65 2a5d4ab426d3
parent 60 1eef62f5c541
child 74 d1c62c765e48
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Implementation of TPhTouchPaneWrapper class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include "tphonetouchpanewrapper.h"   
       
    21 
       
    22 
       
    23 // ================= MEMBER FUNCTIONS =======================
       
    24 
       
    25 // -----------------------------------------------------------------------------
       
    26 // TPhTouchPaneWrapper::TPhTouchPaneWrapper
       
    27 // C++ default constructor can NOT contain any code, that
       
    28 // might leave.
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 TPhTouchPaneWrapper::TPhTouchPaneWrapper()
       
    32     {
       
    33     }
       
    34 
       
    35 // ---------------------------------------------------------
       
    36 // TPhTouchPaneWrapper::TPhTouchPaneWrapper
       
    37 // (other items were commented in a header).
       
    38 // ---------------------------------------------------------
       
    39 //
       
    40 TInt TPhTouchPaneWrapper::NumberOfButtonsInPane() const
       
    41     {
       
    42     return KErrNotSupported;
       
    43     }
       
    44 
       
    45 // ---------------------------------------------------------
       
    46 // TPhTouchPaneWrapper::ButtonCommandId
       
    47 // (other items were commented in a header).
       
    48 // ---------------------------------------------------------
       
    49 //
       
    50 TInt TPhTouchPaneWrapper::ButtonCommandId( 
       
    51         TInt /*aButtonIndex*/ ) const
       
    52     {
       
    53     return KErrNotSupported;
       
    54     }
       
    55 
       
    56 // ---------------------------------------------------------
       
    57 // TPhTouchPaneWrapper::SetButtonDimmed
       
    58 // (other items were commented in a header).
       
    59 // ---------------------------------------------------------
       
    60 //
       
    61 void TPhTouchPaneWrapper::SetButtonDimmed( TInt /*aCommand*/, TBool /*aDimmed*/ )
       
    62    {
       
    63    }
       
    64 
       
    65 //  End of File