NAME
ACE_Task_Flags
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 };
};
TITLE
These flags are used within the ACE_Task.
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
Douglas C. Schmidt schmidt@cs.wustl.edu
LIBRARY
ace