#include <LibraryPackage.hpp>
Public Member Functions | |
LibraryUnloaderDispatcher (RexxPackageUnloader u) | |
virtual | ~LibraryUnloaderDispatcher () |
virtual void | run () |
Public Member Functions inherited from CallbackDispatcher | |
CallbackDispatcher () | |
virtual | ~CallbackDispatcher () |
virtual void | handleError (wholenumber_t, RexxDirectory *) |
virtual void | handleError (RexxDirectory *) |
void | setContext (RexxActivity *act, RexxNativeActivation *a) |
Protected Attributes | |
RexxPackageUnloader | unloader |
Protected Attributes inherited from CallbackDispatcher | |
RexxActivity * | activity |
RexxNativeActivation * | activation |
RexxDirectory * | conditionData |
Additional Inherited Members | |
Public Attributes inherited from CallbackDispatcher | |
wholenumber_t | rc |
Definition at line 114 of file LibraryPackage.hpp.
|
inline |
Definition at line 117 of file LibraryPackage.hpp.
|
inlinevirtual |
Definition at line 118 of file LibraryPackage.hpp.
|
virtual |
Process a callout to package loader function
Reimplemented from CallbackDispatcher.
Definition at line 517 of file LibraryPackage.cpp.
|
protected |
Definition at line 123 of file LibraryPackage.hpp.