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 | 7052b2041351f2995864ab13ae157191acd49bb3 (patch) | |
tree | c396a89f8114f7c21b65067a9ed2e7f1e3490a88 /ace/DEV_Connector.h | |
parent | 729ebf861c2392e22b3caead407136cd261badd0 (diff) | |
download | ATCD-7052b2041351f2995864ab13ae157191acd49bb3.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/DEV_Connector.h')
-rw-r--r-- | ace/DEV_Connector.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/DEV_Connector.h b/ace/DEV_Connector.h index 8a7e70941ff..2639dc2005a 100644 --- a/ace/DEV_Connector.h +++ b/ace/DEV_Connector.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -79,6 +78,10 @@ public: ACE_ALLOC_HOOK_DECLARE; // Declare the dynamic allocation hooks. + + // = Meta-type info + typedef ACE_DEV_Addr PEER_ADDR; + typedef ACE_DEV_IO PEER_STREAM; }; #include "ace/DEV_Connector.i" |