#include <new>
Go to the source code of this file.
◆ ENTER_REXX_API
#define ENTER_REXX_API |
( |
|
target | ) |
|
Value:
try \
{ \
LocalAPIManager *lam = context.getAPIManager(); \
Definition at line 49 of file RexxAPI.h.
◆ EXIT_REXX_API
#define EXIT_REXX_API |
( |
| ) |
|
Value: } \
{ \
return context.processServiceException(e); \
} \
catch (std::bad_alloc &) \
{ \
}
Definition at line 55 of file RexxAPI.h.