epoc32/include/remcontrackinfotargetobserver.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // 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
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
       
    16 
       
    17 
    15 
    18 /**
    16 /**
    19  @file
    17  @file
    20  @publishedAll
    18  @publishedAll
    21  @released
    19  @released
    33 	{
    31 	{
    34 public:
    32 public:
    35 	/**
    33 	/**
    36 	A 'get track name' command has been received.
    34 	A 'get track name' command has been received.
    37 	*/
    35 	*/
    38 	virtual void MrctitoGetTrackName();
    36 	IMPORT_C virtual void MrctitoGetTrackName();
    39 
    37 
    40 	/**
    38 	/**
    41 	A 'get artist' command has been received.
    39 	A 'get artist' command has been received.
    42 	*/
    40 	*/
    43 	virtual void MrctitoGetArtist();
    41 	IMPORT_C virtual void MrctitoGetArtist();
    44 
    42 
    45 	/**
    43 	/**
    46 	A 'get track duration' command has been received. 
    44 	A 'get track duration' command has been received. 
    47 	*/
    45 	*/
    48 	virtual void MrctitoGetTrackDuration();
    46 	IMPORT_C virtual void MrctitoGetTrackDuration();
    49 	
    47 	
    50 /**
    48 /**
    51 The following section of code is included to allow internal back to back 
    49 The following section of code is included to allow internal back to back 
    52 testing of this component within Symbian Software Ltd. It will only be 
    50 testing of this component within Symbian Software Ltd. It will only be 
    53 compiled in specially configured test builds. It will never be available 
    51 compiled in specially configured test builds. It will never be available 
    56 */
    54 */
    57 #ifdef SYMBIAN_ENABLE_TRACKINFO_BACKTOBACK_TEST_FUNCT
    55 #ifdef SYMBIAN_ENABLE_TRACKINFO_BACKTOBACK_TEST_FUNCT
    58 	/**
    56 	/**
    59 	This method is only available in specially configured test builds and will 
    57 	This method is only available in specially configured test builds and will 
    60 	not be found in any released code. 
    58 	not be found in any released code. 
    61 	@internalTechnology 
       
    62 	*/
    59 	*/
    63 	virtual void MrctitoSetTrackName(const TDesC& aTrackName);	
    60 	IMPORT_C virtual void MrctitoSetTrackName(const TDesC& aTrackName);	
    64 #endif //SYMBIAN_ENABLE_TRACKINFO_BACKTOBACK_TEST_FUNCT
    61 #endif //SYMBIAN_ENABLE_TRACKINFO_BACKTOBACK_TEST_FUNCT
    65 	};
    62 	};
    66 
    63 
    67 #endif // REMCONTRACKINFOTARGETOBSERVER_H
    64 #endif // REMCONTRACKINFOTARGETOBSERVER_H