networkingutils/ipadministrationtool/inc/uniload.h
branchRCL_3
changeset 11 493058e57c8c
parent 0 9736f095102e
equal deleted inserted replaced
10:4ca382093dae 11:493058e57c8c
       
     1 // Copyright (c) 2004-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 // uniload.h - Universal file load (work for narrow or wide builds)
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef __UNILOAD_H__
       
    24 #define __UNILOAD_H__
       
    25 
       
    26 #include <e32std.h>
       
    27 #include <f32file.h>
       
    28 
       
    29 class UnicodeLoad
       
    30 	{
       
    31 public:
       
    32 	static HBufC *LoadL(RFs &aFs, const TDesC &aName);
       
    33 	};
       
    34 
       
    35 #endif
       
    36