remotecontrol/remotecontrolfw/client/coreapi/src/coreapitargetobserver.cpp
changeset 51 20ac952a623c
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19 */
       
    20 
       
    21 #include <remconcoreapitargetobserver.h>
       
    22 
       
    23 EXPORT_C void MRemConCoreApiTargetObserver::MrccatoCommand(TRemConCoreApiOperationId /*aOperationId*/, 
       
    24 		TRemConCoreApiButtonAction /*aButtonAct*/)
       
    25 	{
       
    26 	}
       
    27 	
       
    28 EXPORT_C void MRemConCoreApiTargetObserver::MrccatoPlay(TRemConCoreApiPlaybackSpeed /*aSpeed*/, 
       
    29 		TRemConCoreApiButtonAction /*aButtonAct*/)
       
    30 	{
       
    31 	}
       
    32 
       
    33 EXPORT_C void MRemConCoreApiTargetObserver::MrccatoTuneFunction(TBool /*aTwoPart*/, 
       
    34 		TUint /*aMajorChannel*/, 
       
    35 		TUint /*aMinorChannel*/,
       
    36 		TRemConCoreApiButtonAction /*aButtonAct*/)
       
    37 	{
       
    38 	}
       
    39 
       
    40 EXPORT_C void MRemConCoreApiTargetObserver::MrccatoSelectDiskFunction(TUint /*aDisk*/,
       
    41 		TRemConCoreApiButtonAction /*aButtonAct*/)
       
    42 	{
       
    43 	}
       
    44 	
       
    45 EXPORT_C void MRemConCoreApiTargetObserver::MrccatoSelectAvInputFunction(TUint8 /*aAvInputSignalNumber*/,
       
    46 		TRemConCoreApiButtonAction /*aButtonAct*/)
       
    47 	{
       
    48 	}
       
    49 
       
    50 EXPORT_C void MRemConCoreApiTargetObserver::MrccatoSelectAudioInputFunction(TUint8 /*aAudioInputSignalNumber*/,
       
    51 		TRemConCoreApiButtonAction /*aButtonAct*/)
       
    52 	{
       
    53 	}