summaryrefslogtreecommitdiff
path: root/ace/Remote_Name_Space.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-09 00:48:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-09 00:48:37 +0000
commit43d61970c52d914b904a26b9f99efb1559d21b35 (patch)
tree37730b31e8f345370ceb1796fc0ef7b680245978 /ace/Remote_Name_Space.cpp
parent414eacdf84def957356627347beae45d1f93e04a (diff)
downloadATCD-43d61970c52d914b904a26b9f99efb1559d21b35.tar.gz
new
Diffstat (limited to 'ace/Remote_Name_Space.cpp')
-rw-r--r--ace/Remote_Name_Space.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Remote_Name_Space.cpp b/ace/Remote_Name_Space.cpp
index cc9f42041dd..a3813ebf610 100644
--- a/ace/Remote_Name_Space.cpp
+++ b/ace/Remote_Name_Space.cpp
@@ -5,7 +5,7 @@
#include "ace/Remote_Name_Space.h"
int
-ACE_Remote_Name_Space::open (const char *servername, int port)
+ACE_Remote_Name_Space::open (const char *servername, u_short port)
{
ACE_TRACE ("ACE_Remote_Name_Space::open");
ACE_INET_Addr servaddr;
@@ -26,7 +26,8 @@ ACE_Remote_Name_Space::ACE_Remote_Name_Space (void)
ACE_TRACE ("ACE_Remote_Name_Space::ACE_Remote_Name_Space");
}
-ACE_Remote_Name_Space::ACE_Remote_Name_Space (const char *hostname, int port)
+ACE_Remote_Name_Space::ACE_Remote_Name_Space (const char *hostname,
+ u_short port)
{
ACE_TRACE ("ACE_Remote_Name_Space::ACE_Remote_Name_Space");
if (this->open (hostname, port) == -1)