summaryrefslogtreecommitdiff
path: root/ace/DEV.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-02 20:08:47 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-02 20:08:47 +0000
commit02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25 (patch)
treec396a89f8114f7c21b65067a9ed2e7f1e3490a88 /ace/DEV.cpp
parent3c8b98b4c3305679d882ca22d8bff7c97989d617 (diff)
downloadATCD-02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/DEV.cpp')
-rw-r--r--ace/DEV.cpp22
1 files changed, 0 insertions, 22 deletions
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)