diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/remconcoreapitargetobserver.h --- a/epoc32/include/remconcoreapitargetobserver.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/remconcoreapitargetobserver.h Wed Mar 31 12:33:34 2010 +0100 @@ -1,9 +1,9 @@ // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members +// under the terms of "Eclipse Public License v1.0" // which accompanies this distribution, and is available -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". +// at the URL "http://www.eclipse.org/legal/epl-v10.html". // // Initial Contributors: // Nokia Corporation - initial contribution. @@ -13,8 +13,6 @@ // Description: // - - /** @file @publishedAll @@ -51,7 +49,7 @@ @param aOperationId The operation ID of the command. @param aButtonAct The button action associated with the command. */ - virtual void MrccatoCommand(TRemConCoreApiOperationId aOperationId, + IMPORT_C virtual void MrccatoCommand(TRemConCoreApiOperationId aOperationId, TRemConCoreApiButtonAction aButtonAct); /** @@ -59,7 +57,7 @@ @param aSpeed The playback speed. @param aButtonAct The button action associated with the command. */ - virtual void MrccatoPlay(TRemConCoreApiPlaybackSpeed aSpeed, + IMPORT_C virtual void MrccatoPlay(TRemConCoreApiPlaybackSpeed aSpeed, TRemConCoreApiButtonAction aButtonAct); /** @@ -70,7 +68,7 @@ @param aMinorChannel The minor channel number. @param aButtonAct The button action associated with the command. */ - virtual void MrccatoTuneFunction(TBool aTwoPart, + IMPORT_C virtual void MrccatoTuneFunction(TBool aTwoPart, TUint aMajorChannel, TUint aMinorChannel, TRemConCoreApiButtonAction aButtonAct); @@ -80,7 +78,7 @@ @param aDisk The disk. @param aButtonAct The button action associated with the command. */ - virtual void MrccatoSelectDiskFunction(TUint aDisk, + IMPORT_C virtual void MrccatoSelectDiskFunction(TUint aDisk, TRemConCoreApiButtonAction aButtonAct); /** @@ -88,7 +86,7 @@ @param aAvInputSignalNumber The AV input. @param aButtonAct The button action associated with the command. */ - virtual void MrccatoSelectAvInputFunction(TUint8 aAvInputSignalNumber, + IMPORT_C virtual void MrccatoSelectAvInputFunction(TUint8 aAvInputSignalNumber, TRemConCoreApiButtonAction aButtonAct); /** @@ -96,7 +94,7 @@ @param aAudioInputSignalNumber The audio input. @param aButtonAct The button action associated with the command. */ - virtual void MrccatoSelectAudioInputFunction(TUint8 aAudioInputSignalNumber, + IMPORT_C virtual void MrccatoSelectAudioInputFunction(TUint8 aAudioInputSignalNumber, TRemConCoreApiButtonAction aButtonAct); };