#include <acpCallback.h>
object code: aGarcia shared library
Object Description:
Behaviors can perform "callback" functions when they start execution or complete execution. The acpCallback class is an abstract base class. The user must derive all callback objects from this class. It has a pure virtual method named call that must be implemented by the user.
| Constructors |
| This is the basic default constructor for an acpCallback object. |
| Method Details |
Return Value: The error status for the user callback routine. Description: This method executes the user's callback routine. This is a pure virtual method and must be implemented in a derived class. |
Description: This method deletes the callback object. |
version: 1.0, build n.a.
© Copyright 1994-2012 Acroname, Inc., Boulder, Colorado. All rights reserved.