#include <GTXabsl2EngineExecutor.h>
Inheritance diagram for GTXabsl2ErrorHandler:
Public Member Functions | |
GTXabsl2ErrorHandler (SolutionRequest::xabsl2EngineID id) | |
Constructor. | |
virtual void | printError (const char *text) |
Prints out an error. | |
virtual void | printMessage (const char *text) |
Prints out a message. | |
Private Attributes | |
SolutionRequest::xabsl2EngineID | id |
The id of the Xabsl2Engine. |
Definition at line 19 of file GTXabsl2EngineExecutor.h.
|
Constructor.
Definition at line 413 of file GTXabsl2EngineExecutor.cpp. |
|
Prints out an error.
Implements Xabsl2ErrorHandler. Definition at line 418 of file GTXabsl2EngineExecutor.cpp. |
|
Prints out a message.
Implements Xabsl2ErrorHandler. Definition at line 425 of file GTXabsl2EngineExecutor.cpp. |
|
The id of the Xabsl2Engine.
Definition at line 42 of file GTXabsl2EngineExecutor.h. |