userlibandfileserver/fileserver/inc/f32pluginUtils.h
changeset 9 96e5fb8b040d
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     1 // Copyright (c) 2005-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 the License "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 // f32\inc\F32PluginUtils.h
       
    15 // 
       
    16 // WARNING: This file contains some APIs which are internal and are subject
       
    17 //          to change without notice. Such APIs should therefore not be used
       
    18 //          outside the Kernel and Hardware Services package.
       
    19 //
       
    20 
       
    21 /**
       
    22  @file
       
    23  @internalTechnology
       
    24 */
       
    25 #include <f32plugin.h>
       
    26 
       
    27 
       
    28 IMPORT_C TInt GetName(TFsPluginRequest* aRequest, TDes& aName);
       
    29 IMPORT_C TInt GetNewName(TFsPluginRequest* aRequest, TDes& aNewName);
       
    30 IMPORT_C TInt GetPath(TFsPluginRequest* aRequest, TDes& aPath);
       
    31 IMPORT_C TInt GetAtt(TFsPluginRequest* aRequest, TInt& aAtt);
       
    32 IMPORT_C TInt GetModifiedTime(TFsPluginRequest* aRequest, TTime*& aModified, TBool aCurrent=ETrue);
       
    33 IMPORT_C TInt GetFileAccessInfo(TFsPluginRequest* aRequest, TInt& aLength, TInt& aPos);