NAME

ACE_DEV - Defines the member functions for the base class of the ACE_DEV abstraction.

SYNOPSIS

#include <ace/DEV.h>

class ACE_DEV : public ACE_IO_SAP { public: int close (void); void dump (void) const; ACE_ALLOC_HOOK_DECLARE; int disable (int signum) const; protected: ACE_DEV (void); };

PUBLIC MEMBERS

int close (void);

void dump (void) const;

ACE_ALLOC_HOOK_DECLARE;

int disable (int signum) const;

PROTECTED MEMBERS

ACE_DEV (void);

AUTHOR

Gerhard Lenzer

LIBRARY

ace