EM-ODP  3.7.0
Event Machine on ODP
event_machine_deprecated.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EM_DEPRECATED_API   0
 
#define EM_DEPRECATE(x)   _deprecated_ ## x
 

Detailed Description

Macro for deprecated API definitions

Definition in file event_machine_deprecated.h.

Macro Definition Documentation

◆ EM_DEPRECATE

#define EM_DEPRECATE (   x)    _deprecated_ ## x

Macro to deprecate API definitions

Definition at line 67 of file event_machine_deprecated.h.

◆ EM_DEPRECATED_API

#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.

  • 0: Deprecated API definitions are disabled (default)
  • 1: Deprecated API definitions are enabled

Definition at line 56 of file event_machine_deprecated.h.