camerasrv_plat/camera_application_engine_api/tsrc/inc/CaeTestStatesClient.h
branchRCL_3
changeset 20 e3cdd00b5ae3
parent 19 18fa9327a158
child 21 27fe719c32e6
equal deleted inserted replaced
19:18fa9327a158 20:e3cdd00b5ae3
     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 "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: CaeTestStatesClient.h
       
    15 *
       
    16 */
       
    17 #ifndef CAE_TEST_STATES_CLIENT_H
       
    18 #define CAE_TEST_STATES_CLIENT_H
       
    19 
       
    20 #include <e32base.h>
       
    21 #include "CaeTestClient.h"
       
    22 
       
    23 class CCaeTestStatesClient : public CCaeTestClient
       
    24     {
       
    25     
       
    26     public:
       
    27         static CCaeTestStatesClient* NewL();
       
    28         ~CCaeTestStatesClient();
       
    29 
       
    30     public:
       
    31         void RunTestActionL( TestClientActions aAction );
       
    32 
       
    33     protected:
       
    34 	    CCaeTestStatesClient();
       
    35         void ConstructL();
       
    36 
       
    37     private:
       
    38         void RunTrappedL();
       
    39     };
       
    40 
       
    41 #endif // CAE_TEST_STATES_CLIENT_H