textandlocutils/nearestlangutils/tsrc/T_LangUtilsTestShareFunc.h
changeset 59 7d891bb52a7d
equal deleted inserted replaced
53:11e2bb0d14ba 59:7d891bb52a7d
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __T_LANGUTILS_TEST_SHAREFUNC_H__
       
    17 #define __T_LANGUTILS_TEST_SHAREFUNC_H__
       
    18 
       
    19 #include <e32std.h>
       
    20 #include <f32file.h>
       
    21 
       
    22 
       
    23 
       
    24 class LangUtilsTest
       
    25     {
       
    26 public:
       
    27     static TInt DeleteFile(RFs& aFs, const TDesC& aSourceFullName, TUint aSwitch = 0);
       
    28     static TBool FileExists(const RFs& aFs,const TDesC& aFileName);
       
    29     static TInt CopyFile(RFs& aFs, const TDesC& aSourceFullName, const TDesC& aTargetFullName, TUint aSwitch = CFileMan::EOverWrite);
       
    30 
       
    31     };
       
    32 
       
    33 
       
    34 
       
    35 #endif // __T_LANGUTILS_TEST_SHAREFUNC_H__
       
    36