summaryrefslogtreecommitdiff
path: root/ace/INET_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/INET_Addr.h')
-rw-r--r--ace/INET_Addr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/INET_Addr.h b/ace/INET_Addr.h
index 1cae73fc655..782e1a44982 100644
--- a/ace/INET_Addr.h
+++ b/ace/INET_Addr.h
@@ -188,6 +188,7 @@ public:
/// Return a pointer to the underlying network address.
virtual void *get_addr (void) const;
+ int get_addr_size(void) const;
/// Set a pointer to the address.
virtual void set_addr (void *, int len);
@@ -293,6 +294,7 @@ public:
#if defined (ACE_USES_IPV4_IPV6_MIGRATION)
static int protocol_family(void);
+ static int address_family(void);
#endif
/// Dump the state of an object.