Abstract base class for command handlers. More...
#include <GtpEngine.h>
Public Member Functions | |
virtual | ~GtpCallbackBase () throw () |
virtual void | operator() (GtpCommand &)=0 |
Abstract base class for command handlers.
Definition at line 487 of file GtpEngine.h.
~GtpCallbackBase | ( | ) | throw () [virtual] |
Definition at line 615 of file GtpEngine.cpp.
virtual void operator() | ( | GtpCommand & | ) | [pure virtual] |
Implemented in GtpCallback< ENGINE >.