phoneclientserver/phoneclient/Src/Ihf/RPhCltIhfStub.cpp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 2005 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:  IHF
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDE FILES
       
    21 #include "RPhCltServer.h"
       
    22 #include "RPhCltIhf.h"
       
    23 
       
    24 
       
    25 // ============================ MEMBER FUNCTIONS ===============================
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 // RPhCltIhf::RPhCltIhf
       
    29 // C++ default constructor can NOT contain any code, that
       
    30 // might leave.
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 EXPORT_C RPhCltIhf::RPhCltIhf( )
       
    34     : RSubSessionBase()
       
    35     {
       
    36     }
       
    37 
       
    38 
       
    39 // -----------------------------------------------------------------------------
       
    40 // RPhCltIhf::Open
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 EXPORT_C TInt RPhCltIhf::Open( RPhCltServer& /*aServer*/, TInt /*aPriority*/ )
       
    44     {
       
    45     return KErrNotSupported;
       
    46     }
       
    47 
       
    48 
       
    49 // -----------------------------------------------------------------------------
       
    50 // RPhCltIhf::Close
       
    51 //
       
    52 // -----------------------------------------------------------------------------
       
    53 //
       
    54 EXPORT_C void RPhCltIhf::Close()
       
    55     {    
       
    56     }
       
    57 
       
    58 
       
    59 // -----------------------------------------------------------------------------
       
    60 // RPhCltIhf::SetIhfMode
       
    61 //
       
    62 // -----------------------------------------------------------------------------
       
    63 //
       
    64 EXPORT_C TInt RPhCltIhf::SetIhfMode( TBool /*aMode*/, TBool /*aShowNote*/ )
       
    65     {
       
    66     return KErrNotSupported;
       
    67     }
       
    68 
       
    69 
       
    70 // -----------------------------------------------------------------------------
       
    71 // RPhCltIhf::SetIhfModeFromPhone
       
    72 //
       
    73 // -----------------------------------------------------------------------------
       
    74 //
       
    75 EXPORT_C TInt RPhCltIhf::SetIhfModeFromPhone( 
       
    76         TBool /*aMode*/, TBool /*aShowNote*/ )
       
    77     {
       
    78     return KErrNotSupported;
       
    79     }
       
    80 
       
    81 
       
    82 // End of File