// COEFEPFF.H
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

#if !defined(__COEFEPFF_H__)
#define __COEFEPFF_H__

#if !defined(__E32STD_H__)
#include <e32std.h>
#endif

class CCoeFepParameters;
class CCoeFep;

IMPORT_C CCoeFep* NewFepL(const CCoeFepParameters& aFepParameters, const TDesC& aFullFileNameOfDll);
IMPORT_C void SynchronouslyExecuteSettingsDialogL();

#endif

