config-all.h File Reference#include "ace/config-lite.h"
#include "ace/OS_main.h"
Detailed Description
- Id
- config-all.h 81661 2008-05-09 12:05:34Z johnnyw
- Author:
- (Originally in OS.h)Doug Schmidt <schmidt@cs.wustl.edu>
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
Define Documentation
#define ACE_HAS_MONITOR_FRAMEWORK 1 |
#define ACE_HAS_MONITOR_POINTS 0 |
#define ACE_NOTSUP do { errno = ENOTSUP; return; } while (0) |
#define ACE_NOTSUP_RETURN |
( |
FAILVALUE |
|
) |
do { errno = ENOTSUP ; return FAILVALUE; } while (0) |
#define ACE_OS_TRACE |
( |
X |
|
) |
|
#define ACE_TRACE_IMPL |
( |
X |
|
) |
ACE_Trace ____ (ACE_TEXT (X), __LINE__, ACE_TEXT (__FILE__)) |
Generated on Mon Sep 15 06:54:20 2008 for ACE by
1.5.5
|