tsrc/stubs/stubs.cpp
changeset 74 d1c62c765e48
equal deleted inserted replaced
65:2a5d4ab426d3 74:d1c62c765e48
       
     1 /*
       
     2 * Copyright (c) 2010 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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17     
       
    18 #include "cphonemediatorfactory.h"
       
    19 
       
    20 CPhoneMediatorFactory* CPhoneMediatorFactory::Instance()
       
    21     {
       
    22     
       
    23     }
       
    24     
       
    25 CPhoneMediatorSender* CPhoneMediatorFactory::Sender()
       
    26     {
       
    27 
       
    28     }
       
    29 
       
    30 #include "cphonemediatorsender.h"
       
    31     
       
    32 TInt CPhoneMediatorSender::IssueCommand( 
       
    33     const TUid /*aDomain*/, 
       
    34     const TUid /*aCategory*/, 
       
    35     const TInt /*aCommandId*/,
       
    36     const TVersion /*aVersion*/, 
       
    37     const TDesC8& /*aData*/,
       
    38     MPhoneShutdownCommand* /*aShutdownCommand*/ )
       
    39     {
       
    40     
       
    41     }
       
    42     
       
    43 void CPhoneMediatorSender::SendEvent( const TPhoneViewCommandId aCommandId, 
       
    44     const TInt aCallId, TPhoneCommandParam& aCommandParam ) const
       
    45     {
       
    46     
       
    47     }