camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeimagedataitemsymbian/cxeimagedataitemunit.h
changeset 48 42ba2d16bf40
parent 37 64817133cd1d
equal deleted inserted replaced
37:64817133cd1d 48:42ba2d16bf40
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    29 /**
    29 /**
    30  * Camera device control class for unit testing. Identical to
    30  * Camera device control class for unit testing. Identical to
    31  * CxeCameraDeviceControlSymbian except for that CxeFakeCameraDevice is used
    31  * CxeCameraDeviceControlSymbian except for that CxeFakeCameraDevice is used
    32  * instead of the real implementation.
    32  * instead of the real implementation.
    33  */
    33  */
    34 class CxeImageDataItemUnit : public CxeImageDataItemSymbian 
    34 class CxeImageDataItemUnit : public CxeImageDataItemSymbian
    35 {
    35 {
    36 	Q_OBJECT	
    36 	Q_OBJECT
    37 public:
    37 public:
    38 
    38 
    39     CxeImageDataItemUnit(int index, QByteArray data, QString filename, bool addLocation);
    39     CxeImageDataItemUnit(int index, QByteArray data, QString filename, bool addLocation);
    40     virtual ~CxeImageDataItemUnit();
    40     virtual ~CxeImageDataItemUnit();
    41     int checkDiskSpace(RFs* aFs,
    41     bool checkDiskSpace(RFs* aFs,
    42                 TInt aBytesToWrite,
    42                         TInt aBytesToWrite,
    43                 TInt aDrive);
    43                         TInt aDrive);
    44 
       
    45 protected: // from CxeImageDataItemSymbian
       
    46     //int save();
       
    47 };
    44 };
    48 
    45 
    49 #endif  // CXEFAKECAMERADEVICECONTROL_H
    46 #endif  // CXEFAKECAMERADEVICECONTROL_H