NAME

ACE_CapEntry - This class is the base class for all ACE Capabilities entry subclasses.

SYNOPSIS

#include <ace/Capabilities.h>

class ACE_CapEntry { public: virtual ~ACE_CapEntry (void); protected: enum{ ACE_INTCAP = 0, ACE_STRINGCAP = 1, ACE_BOOLCAP = 2 }; ACE_CapEntry (int captype); int captype_; };

DESCRIPTION

This class is not instantiable and does not provide accessors or methods. If you want to add a new kind of attribute you subclasses of this class and dynamic cast to proper subclass.

PUBLIC MEMBERS

virtual ~ACE_CapEntry (void);

PROTECTED MEMBERS

ACE_CapEntry (int captype);

int captype_;

AUTHOR

Arturo Montes mitosys@colomsat.net.co

LIBRARY

ace