Go to the documentation of this file.
39 #ifndef RexxAPI_H_INCLUDED
40 #define RexxAPI_H_INCLUDED
49 #define ENTER_REXX_API(target) \
50 LocalAPIContext context(target); \
53 LocalAPIManager *lam = context.getAPIManager(); \
55 #define EXIT_REXX_API() \
57 catch (ServiceException *e) \
59 return context.processServiceException(e); \
61 catch (std::bad_alloc &) \
63 return RXAPI_MEMFAIL; \