Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #if !defined(__BAFINDF_H__)
22 class CFindFileByType : public CBase
29 IMPORT_C CFindFileByType(RFs& aFs);
30 IMPORT_C ~CFindFileByType();
31 IMPORT_C TInt FindFirst(const TDesC& aName,const TDesC& aDir,const TUidType& aType);
32 IMPORT_C TInt FindNext();
33 IMPORT_C const TEntry& Entry() const;
34 inline const TParse& File() const;
45 inline const TParse& CFindFileByType::File() const