phoneclientserver/phoneserver/Src/CommandHandler/Commandhandler_Aiw/CPhSrvComHandRequestManagerStub.cpp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 2003-2004 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:  Command Handler Request Manager Stub implementation.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include "CPhSrvComHandRequestManager.h"
       
    22 #include "CPhSrvComHandRequest.h"
       
    23 #include "CPhSrvSubSessionBase.h"
       
    24 #include "PhSrvUtils.h"
       
    25 
       
    26 
       
    27 
       
    28 // ============================ MEMBER FUNCTIONS ===============================
       
    29 
       
    30 // -----------------------------------------------------------------------------
       
    31 // CPhSrvComHandRequestManager::CPhSrvComHandRequestManager
       
    32 // 
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 CPhSrvComHandRequestManager::CPhSrvComHandRequestManager(
       
    36     CPhSrvServer& aServer )
       
    37 :   iServer( aServer )
       
    38     {
       
    39     }
       
    40 
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 // CPhSrvComHandRequestManager::~CPhSrvComHandRequestManager
       
    44 // 
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 CPhSrvComHandRequestManager::~CPhSrvComHandRequestManager()
       
    48     {
       
    49     }
       
    50 
       
    51 
       
    52 // -----------------------------------------------------------------------------
       
    53 // CPhSrvComHandRequestManager::ConstructL
       
    54 // 
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 void CPhSrvComHandRequestManager::ConstructL()
       
    58     {
       
    59     }
       
    60 
       
    61 
       
    62 // -----------------------------------------------------------------------------
       
    63 // CPhSrvComHandRequestManager::NegotiatorRequestL
       
    64 // 
       
    65 // -----------------------------------------------------------------------------
       
    66 //
       
    67 void CPhSrvComHandRequestManager::NegotiatorRequestL( 
       
    68     const RMessage2& /* aMessage */, 
       
    69     const TPhCltComHandCommandParameters& /* aParams */, 
       
    70     CPhSrvSubSessionBase& /* aSubSession */ )
       
    71     {
       
    72     }
       
    73 
       
    74 
       
    75 // -----------------------------------------------------------------------------
       
    76 // CPhSrvComHandRequestManager::NegotiatorRequestCancel
       
    77 // 
       
    78 // -----------------------------------------------------------------------------
       
    79 //
       
    80 void CPhSrvComHandRequestManager::NegotiatorRequestCancel( 
       
    81     CPhSrvSubSessionBase& /* aSubSession */ )
       
    82     {
       
    83     }
       
    84 
       
    85 
       
    86 // -----------------------------------------------------------------------------
       
    87 // CPhSrvComHandRequestManager::SetNegotiatorReadyRequestL
       
    88 // 
       
    89 // -----------------------------------------------------------------------------
       
    90 //
       
    91 void CPhSrvComHandRequestManager::SetNegotiatorReadyRequestL(
       
    92     MPhSrvComHandInitiator& /* aInitiator */ )
       
    93     {
       
    94     }
       
    95 
       
    96 
       
    97 // -----------------------------------------------------------------------------
       
    98 // CPhSrvComHandRequestManager::SetNegotiatorReadyRequestCancel
       
    99 // 
       
   100 // -----------------------------------------------------------------------------
       
   101 //
       
   102 void CPhSrvComHandRequestManager::SetNegotiatorReadyRequestCancel( 
       
   103     MPhSrvComHandInitiator& /* aInitiator */ )
       
   104     {
       
   105     }
       
   106 
       
   107 
       
   108 // -----------------------------------------------------------------------------
       
   109 // CPhSrvComHandRequestManager::SetNegotiatorAttemptedRequestResponseValue
       
   110 // 
       
   111 // -----------------------------------------------------------------------------
       
   112 //
       
   113 void CPhSrvComHandRequestManager::SetNegotiatorAttemptedRequestResponseValue( 
       
   114     TPhCltPhoneResults /* aResult */ )
       
   115     {
       
   116     }
       
   117 
       
   118 
       
   119 // End of File