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 get_local_addr (ACE_DEV_Addr &) const;
    int get_remote_addr (ACE_DEV_Addr &) const;
  protected:
    ACE_DEV (void);
    ACE_DEV_Addr addr_;
};

The following two methods are no-ops to keep the

ACE_Connector happy.
int get_local_addr (ACE_DEV_Addr &) const;
int get_remote_addr (ACE_DEV_Addr &) const;

AUTHOR

Gerhard Lenzer

LIBRARY

ace