ui/uiengine/medialistwrapper/inc/mglxtitlefetcherobserver.h
changeset 33 1ee2af37811f
equal deleted inserted replaced
29:2c833fc9e98f 33:1ee2af37811f
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:    Title fetcher observer 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef MGLXTITLEFETCHEROBSERVER_H
       
    22 #define MGLXTITLEFETCHEROBSERVER_H
       
    23 
       
    24 #include <e32base.h>
       
    25 //#include <coedef.h>
       
    26 //#include <w32std.h>
       
    27 
       
    28 /**
       
    29  * MGlxTitleFetcherObserver
       
    30  * 
       
    31  * Title fetcher interface
       
    32  */
       
    33 class MGlxTitleFetcherObserver
       
    34 	{
       
    35 public:
       
    36 	/**
       
    37 	 * Handle the title
       
    38 	 * @param aTitle The title
       
    39 	 */
       
    40 	virtual void HandleTitleAvailableL(const TDesC& aTitle) = 0;
       
    41 	
       
    42 	};
       
    43 	
       
    44 
       
    45 
       
    46 
       
    47 #endif // MGLXTITLEFETCHEROBSERVER_H