From 02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25 Mon Sep 17 00:00:00 2001 From: schmidt Date: Tue, 2 Sep 1997 20:08:47 +0000 Subject: *** empty log message *** --- ace/DEV.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'ace/DEV.cpp') diff --git a/ace/DEV.cpp b/ace/DEV.cpp index 6adf55737d5..7133a045193 100644 --- a/ace/DEV.cpp +++ b/ace/DEV.cpp @@ -13,28 +13,6 @@ ACE_DEV::dump (void) const ACE_TRACE ("ACE_DEV::dump"); } -// Return the local endpoint address. - -int -ACE_DEV::get_local_addr (ACE_DEV_Addr &addr) const -{ - ACE_TRACE ("ACE_DEV::get_local_addr"); - - addr = this->addr_; - return 0; -} - -// Return the address of the remotely connected peer (if there is -// one). - -int -ACE_DEV::get_remote_addr (ACE_DEV_Addr &addr) const -{ - ACE_TRACE ("ACE_DEV::get_remote_addr"); - addr = this->addr_; - return 0; -} - // This is the do-nothing constructor. ACE_DEV::ACE_DEV (void) -- cgit v1.2.1