First public contribution.
2 #define __F32FILE_H__/*
3 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
5 * This component and the accompanying materials are made available
6 * under the terms of the License "Eclipse Public License v1.0"
7 * which accompanies this distribution, and is available
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
10 * Initial Contributors:
11 * Nokia Corporation - initial contribution.
27 EFileShareReadersOnly,
29 EFileShareReadersOrWriters,
32 EFileStreamText=0x100,
36 EFileReadAsyncAll=0x400,
37 EFileWriteBuffered =0x00000800,
38 EFileWriteDirectIO =0x00001000,
39 EFileReadBuffered =0x00002000,
40 EFileReadDirectIO =0x00004000,
41 EFileReadAheadOn =0x00008000,
42 EFileReadAheadOff =0x00010000
49 TInt Connect(TInt aSlots=-1) { (void)aSlots; return 0; }