camerauis/cameraxui/cxengine/inc/cxesysutil.h
changeset 46 c826656d6714
parent 28 3075d9b614e6
equal deleted inserted replaced
42:feebad15db8c 46:c826656d6714
     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".
    30 class CxeSysUtil
    30 class CxeSysUtil
    31     {
    31     {
    32 
    32 
    33 public:
    33 public:
    34 
    34 
    35     static TBool DiskSpaceBelowCriticalLevel(
    35     static bool DiskSpaceBelowCriticalLevel(
    36         RFs* aFs,
    36         RFs* aFs,
    37         TInt aBytesToWrite,
    37         TInt aBytesToWrite,
    38         TInt aDrive );
    38         TInt aDrive );
    39 
    39 
    40     static int getCameraDrive(RFs &fs);
    40     static int getCameraDrive(RFs &fs);