summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h')
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h
index 1cdd2113f8e..72651ff6ad0 100644
--- a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h
+++ b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h
@@ -21,7 +21,7 @@ public:
UNBIND,
REBIND
};
- Dump_Restore (int argc, ACE_TCHAR *argv[]);
+ Dump_Restore (int argc, char *argv[]);
// Initialize name options and naming context
~Dump_Restore (void);
@@ -32,7 +32,7 @@ public:
void dump (void);
private:
- ACE_TCHAR hostname_[MAXHOSTNAMELEN + 1];
+ char hostname_[MAXHOSTNAMELEN + 1];
// Cache the hostname and port number for remote case
void display_menu (void);
@@ -44,7 +44,7 @@ private:
int set_node_local (void);
// Set options to use NODE_LOCAL naming context.
- int set_host (const ACE_TCHAR *hostname,
+ int set_host (const char *hostname,
int port);
// Set options to use NET_LOCAL naming context specifying host name
// and port number.