videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/MVCXMyVideosCollectionPluginTesterObserver.h
changeset 0 96612d01cf9f
child 15 cf5481c2bc0b
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2002 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:   ?Description*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #ifndef MVCXMYVIDEOSCOLLECTIONPLUGINTESTEROBSERVER_H
       
    20 #define MVCXMYVIDEOSCOLLECTIONPLUGINTESTEROBSERVER_H
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 // CONSTANTS
       
    25 //const ?type ?constant_var = ?constant;
       
    26 
       
    27 // MACROS
       
    28 //#define ?macro ?macro_def
       
    29 
       
    30 // FORWARD DECLARATIONS
       
    31 //class ?FORWARD_CLASSNAME;
       
    32 
       
    33 // DATA TYPES
       
    34 //enum ?declaration
       
    35 //typedef ?declaration
       
    36 //extern ?data_type;
       
    37 
       
    38 // CLASS DECLARATION
       
    39 
       
    40 /**
       
    41 *  MVCXMyVideosCollectionPluginTesterObserver
       
    42 *  ?other_description_lines
       
    43 *
       
    44 *  @lib ?library
       
    45 *  @since ?Series60_version
       
    46 */
       
    47 class MVCXMyVideosCollectionPluginTesterObserver
       
    48     {
       
    49     public: // New functions
       
    50 
       
    51         /*
       
    52          * Message from CVCXMyVideosCollectionPluginTester.
       
    53          */        
       
    54         virtual void HandleVcxMvTesterMessageL( TInt aMessage, TInt aError ) = 0;
       
    55     };
       
    56 
       
    57 #endif      // MVCXMYVIDEOSCOLLECTIONPLUGINTESTEROBSERVER_H
       
    58 
       
    59 // End of File