ACE 8.0.1
|
These flags are used within the ACE_Task. More...
#include <Task.h>
Public Types | |
enum | { ACE_READER = 01 , ACE_FLUSHDATA = 02 , ACE_FLUSHALL = 04 , ACE_FLUSHR = 010 , ACE_FLUSHW = 020 , ACE_FLUSHRW = 030 } |
These flags are used within the ACE_Task.
These flags should be hidden within ACE_Task. Unfortunately, the HP/UX C++ compiler can't grok this... Fortunately, there's no code defined here, so we don't have to worry about multiple definitions.