#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_;
};
ACE_Connector
happy.
int get_local_addr (ACE_DEV_Addr &) const;
int get_remote_addr (ACE_DEV_Addr &) const;