videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/inc/MIptvTestEventWaiterObserver.h
changeset 41 d88d70d98bbc
parent 34 814ba97beeb9
child 46 3bc36dbd63c2
equal deleted inserted replaced
34:814ba97beeb9 41:d88d70d98bbc
     1 /*
       
     2 * Copyright (c) 2008 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MIPTVTESTEVENTWAITEROBSERVER_H
       
    20 #define MIPTVTESTEVENTWAITEROBSERVER_H
       
    21 
       
    22 // INCLUDES
       
    23 
       
    24 #include <e32def.h>
       
    25 
       
    26 // FORWARD DECLARATIONS
       
    27 class CIptvTestEvent;
       
    28 
       
    29 // CLASS DECLARATION
       
    30 
       
    31 class MIptvTestEventWaiterObserver
       
    32     {
       
    33     public:
       
    34 		/**
       
    35 		* Which event caused an error and why
       
    36 		*/
       
    37 		virtual void EventWaiterErrorL(TInt aError, CIptvTestEvent& aEvent) = 0;
       
    38 
       
    39 		/**
       
    40 		*
       
    41 		*/
       
    42 		virtual void EventWaiterAllEventsValidated() = 0;
       
    43 
       
    44     };
       
    45 
       
    46 #endif  // MIPTVTESTEVENTWAITEROBSERVER_H
       
    47 
       
    48 // End of File