// APFSTD.H
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//


#if !defined(__APFSTD_H__)
#define __APFSTD_H__

#if !defined(__E32STD_H__)
#include <e32std.h>
#endif

enum TApfPanic
	{
	EPanicFindAllAppsNotCalled,
	EPanicLibraryNotInList,
	EPanicInvalidFilename,
	EPanicIndexOutOfRange,
	EPanicNegativeIndex,
	//
	EDPanicBadDirName,
	EDPanicDriveOutOfRange,
	EDPanicStartDriveOutOfRange
	};


GLREF_C void Panic(TApfPanic aPanic);
GLREF_C const TDesC& Category();


#endif
