EM-ODP
3.7.0
Event Machine on ODP
|
Go to the source code of this file.
Macros | |
#define | EM_DEPRECATED_API 0 |
#define | EM_DEPRECATE(x) _deprecated_ ## x |
Macro for deprecated API definitions
Definition in file event_machine_deprecated.h.
#define EM_DEPRECATE | ( | x | ) | _deprecated_ ## x |
Macro to deprecate API definitions
Definition at line 67 of file event_machine_deprecated.h.
#define EM_DEPRECATED_API 0 |
Deprecated API definitions
Some API definitions may be deprecated by this or a previous API version. This macro controls if those are enabled (and visible to the application) or disabled.
Definition at line 56 of file event_machine_deprecated.h.