NAME
ACE_Task_Flags -
These flags are used within the ACE_Task.
SYNOPSIS
#include <ace/Task.h>
class ACE_Task_Flags
{
public:
enum { ACE_READER = 01,
ACE_FLUSHDATA = 02,
ACE_FLUSHALL = 04,
ACE_FLUSHR = 010,
ACE_FLUSHW = 020,
ACE_FLUSHRW = 030 };
};
DESCRIPTION
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.
AUTHOR
Doug Schmidt
LIBRARY
ace