#include <KeosErrorDialog.h>
Inheritance diagram for Keos::IErrorDialog:

Public Member Functions | |
| virtual | ~IErrorDialog () |
| virtual void | Display (const String &strErrorMessage)=0 |
| Displays the error dialog. | |
Definition at line 31 of file KeosErrorDialog.h.
| virtual Keos::IErrorDialog::~IErrorDialog | ( | ) | [inline, virtual] |
Definition at line 34 of file KeosErrorDialog.h.
| virtual void Keos::IErrorDialog::Display | ( | const String & | strErrorMessage | ) | [pure virtual] |
Displays the error dialog.
| strErrorMessage | The error message which has caused the failure. |
Implemented in Keos::CWin32ErrorDialog.
Referenced by Keos::handleTerminate().
1.5.1-p1