#include "ace/config-lite.h"
#include "ace/OS_main.h"
Include dependency graph for config-all.h:
This graph shows which files directly or indirectly include this file:
Defines | |
#define | ACE_NOTSUP_RETURN(FAILVALUE) do { errno = ENOTSUP ; return FAILVALUE; } while (0) |
#define | ACE_NOTSUP do { errno = ENOTSUP; return; } while (0) |
#define | ACE_TRACE_IMPL(X) ACE_Trace ____ (ACE_LIB_TEXT (X), __LINE__, ACE_LIB_TEXT (__FILE__)) |
#define | ACE_NTRACE 1 |
#define | ACE_TRACE(X) |
#define | ACE_OS_NTRACE 1 |
#define | ACE_OS_TRACE(X) |
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
#define ACE_NOTSUP do { errno = ENOTSUP; return; } while (0) |
#define ACE_NOTSUP_RETURN | ( | FAILVALUE | ) | do { errno = ENOTSUP ; return FAILVALUE; } while (0) |
#define ACE_NTRACE 1 |
#define ACE_OS_NTRACE 1 |
#define ACE_OS_TRACE | ( | X | ) |
#define ACE_TRACE | ( | X | ) |
#define ACE_TRACE_IMPL | ( | X | ) | ACE_Trace ____ (ACE_LIB_TEXT (X), __LINE__, ACE_LIB_TEXT (__FILE__)) |