diff options
Diffstat (limited to 'ace/Remote_Name_Space.h')
-rw-r--r-- | ace/Remote_Name_Space.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Remote_Name_Space.h b/ace/Remote_Name_Space.h index 3ba0b8edce9..154c57ece5c 100644 --- a/ace/Remote_Name_Space.h +++ b/ace/Remote_Name_Space.h @@ -48,12 +48,12 @@ public: ACE_Remote_Name_Space (void); // "Do-nothing" constructor. - ACE_Remote_Name_Space (const char *hostname, u_short port); + ACE_Remote_Name_Space (const ASYS_TCHAR *hostname, u_short port); // Specifies the scope of this namespace, opens and memory-maps the // associated file (if accessible) or contacts the dedicated name // server process for NET_LOCAL namespace. - int open (const char *servername, u_short port); + int open (const ASYS_TCHAR *servername, u_short port); // Specifies the scope of this namespace, opens and memory-maps the // associated file (if accessible) or contacts the dedicated name // server process for NET_LOCAL namespace. |