summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-09-28 06:05:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-09-28 06:05:45 +0000
commit678edf2fb9c39e09f310b1479ca9e7bef4befe55 (patch)
tree42470028e85837126d10a56c20b248a035908e00 /TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl
parentd061525adee4f483454a0a93df8b9abd05ffb5cd (diff)
downloadATCD-678edf2fb9c39e09f310b1479ca9e7bef4befe55.tar.gz
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl b/TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl
index e64f6537b30..a1c2217a5b1 100644
--- a/TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl
+++ b/TAO/orbsvcs/orbsvcs/RtecUDPAdmin.idl
@@ -36,7 +36,7 @@ module RtecUDPAdmin
/// The IP address
unsigned long ipaddr;
/// The UDP port
- unsigned short port;
+ unsigned short _port;
};
/**
@@ -48,7 +48,7 @@ module RtecUDPAdmin
struct UDP_Addr_v6
{
char ipaddr[16]; // used to match with ACE_INET_Addr::set_address
- unsigned short port;
+ unsigned short _port;
};
/**