summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-12-19 23:09:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-12-19 23:09:30 +0000
commit2c88d6cf516eb8bd4fddf6eeb0fe6a251b727d36 (patch)
tree28c58c0e4a97e1a93e281320692b1d75ddcd5ff4 /ace
parent417cf4561fde8008d765d4b95c6320f23db24ff9 (diff)
downloadATCD-2c88d6cf516eb8bd4fddf6eeb0fe6a251b727d36.tar.gz
ChangeLogTag:Thu Dec 19 16:47:17 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/SOCK_CODgram.h3
-rw-r--r--ace/SOCK_Dgram.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/ace/SOCK_CODgram.h b/ace/SOCK_CODgram.h
index e275a420031..0e653e4e2d1 100644
--- a/ace/SOCK_CODgram.h
+++ b/ace/SOCK_CODgram.h
@@ -55,6 +55,9 @@ public:
int protocol = 0,
int reuse_addr = 0);
+ // = Meta-type info.
+ typedef ACE_INET_Addr PEER_ADDR;
+
/// Dump the state of an object.
void dump (void) const;
diff --git a/ace/SOCK_Dgram.h b/ace/SOCK_Dgram.h
index 7fd072210a8..b8a6af6a1bc 100644
--- a/ace/SOCK_Dgram.h
+++ b/ace/SOCK_Dgram.h
@@ -188,6 +188,9 @@ public:
ACE_OVERLAPPED *overlapped,
ACE_OVERLAPPED_COMPLETION_FUNC func) const;
+ // = Meta-type info.
+ typedef ACE_INET_Addr PEER_ADDR;
+
/// Dump the state of an object.
void dump (void) const;