summaryrefslogtreecommitdiff
path: root/ace/DEV_Connector.h
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_Connector.h
parent3c8b98b4c3305679d882ca22d8bff7c97989d617 (diff)
downloadATCD-02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/DEV_Connector.h')
-rw-r--r--ace/DEV_Connector.h5
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"