// EIKMSG.PAN
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

#if !defined(__EIKMSG_PAN__)
#define __EIKMSG_PAN__

enum TEikMsgWinPanic
	{
	EEikPanicMsgWinBadHorizontalAlignment,
	EEikPanicMsgWinBadVerticalAlignment,
	EEikPanicMsgWinBadInitialDelay
	};

GLREF_C void Panic(TEikMsgWinPanic aPanic);

#endif

