camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeautofocuscontrolsymbian/cxeautofocuscontrolsymbianunit.h
changeset 46 c826656d6714
equal deleted inserted replaced
42:feebad15db8c 46:c826656d6714
       
     1 /*
       
     2 * Copyright (c) 2010 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CXEAUTOFOCUSCONTROLSYMBIANUNIT_H_
       
    19 #define CXEAUTOFOCUSCONTROLSYMBIANUNIT_H_
       
    20 
       
    21 #include "cxeautofocuscontrolsymbian.h"
       
    22 
       
    23 /*
       
    24  * CxeAutoFocusControlSymbianUnit is inherited from
       
    25  * the class to be tested (CxeAutoFocusControlSymbian) so that
       
    26  * the tester class (UnitTestCxeAutoFocusControlSymbian) can be declared
       
    27  * as friend.
       
    28  */
       
    29 
       
    30 class CxeCameraDevice;
       
    31 class CxeSettings;
       
    32 
       
    33 class CxeAutoFocusControlSymbianUnit: public CxeAutoFocusControlSymbian
       
    34 {
       
    35 public:
       
    36     CxeAutoFocusControlSymbianUnit(CxeCameraDevice &cameraDevice, CxeSettings &settings);
       
    37     virtual ~CxeAutoFocusControlSymbianUnit();
       
    38 
       
    39     friend class UnitTestCxeAutoFocusControlSymbian;
       
    40 };
       
    41 
       
    42 #endif /* CXEAUTOFOCUSCONTROLSYMBIANUNIT_H_ */