videofeeds/hgvodui/inc/vcxhgvodthumbnailobserver.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 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 the License "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:  Defines callback method which is used to indicate*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VCXHGVODTHUMBNAILOBSERVER_H
       
    21 #define VCXHGVODTHUMBNAILOBSERVER_H
       
    22 
       
    23 class CGulIcon;
       
    24 
       
    25 /**
       
    26 *  MVcxNsImageConverterObserver class definition.
       
    27 *  Provides an interface for image converter observer.
       
    28 *
       
    29 */
       
    30 class MVcxHgVodThumbnailObserver
       
    31     {
       
    32     public:        
       
    33 
       
    34         /**
       
    35         * Notify utilizing object about completed thumbnail fetching.
       
    36         *
       
    37         * @param aIcon Pointer to the created icon, ownership is transferred.
       
    38         * @param aClientId Client specified id for the thumbnail.
       
    39         */
       
    40         virtual void MvtoThumbnailReady( CGulIcon* aIcon, TInt64 aClientId ) = 0;        
       
    41     };
       
    42 
       
    43 #endif // VCXHGVODTHUMBNAILOBSERVER_H