summaryrefslogtreecommitdiff
path: root/apps/Gateway/Peer/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Peer/Peer.h')
-rw-r--r--apps/Gateway/Peer/Peer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Gateway/Peer/Peer.h b/apps/Gateway/Peer/Peer.h
index 0723882a243..34bf856f8c1 100644
--- a/apps/Gateway/Peer/Peer.h
+++ b/apps/Gateway/Peer/Peer.h
@@ -227,13 +227,13 @@ class ACE_Svc_Export Peer_Factory : public ACE_Service_Object
public:
// = Dynamic initialization and termination hooks from <ACE_Service_Object>.
- virtual int init (int argc, ACE_TCHAR *argv[]);
+ virtual int init (int argc, char *argv[]);
// Initialize the acceptor and connector.
virtual int fini (void);
// Perform termination activities.
- virtual int info (ACE_TCHAR **, size_t) const;
+ virtual int info (char **, size_t) const;
// Return info about this service.
virtual int handle_signal (int signum, siginfo_t *, ucontext_t *);