diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-02 20:08:47 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-02 20:08:47 +0000 |
commit | 02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25 (patch) | |
tree | c396a89f8114f7c21b65067a9ed2e7f1e3490a88 /ace/DEV.h | |
parent | 3c8b98b4c3305679d882ca22d8bff7c97989d617 (diff) | |
download | ATCD-02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/DEV.h')
-rw-r--r-- | ace/DEV.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/DEV.h b/ace/DEV.h index 056a2de0dd7..ce2ae7f25d8 100644 --- a/ace/DEV.h +++ b/ace/DEV.h @@ -49,15 +49,6 @@ public: ACE_ALLOC_HOOK_DECLARE; // Declare the dynamic allocation hooks. - // = The following two methods are no-ops to keep the - // <ACE_Connector> happy. - int get_local_addr (ACE_DEV_Addr &) const; - // Return the local endpoint address. - - int get_remote_addr (ACE_DEV_Addr &) const; - // Return the address of the remotely connected peer (if there is - // one). - int disable (int signum) const ; // Disable signal <signum> // This is here to prevent Win32 from @@ -66,9 +57,6 @@ public: protected: ACE_DEV (void); // Ensure that this class is an abstract base class - - ACE_DEV_Addr addr_; - // Address of device we are connected to. }; #include "ace/DEV.i" |