summaryrefslogtreecommitdiff
path: root/examples/Connection/non_blocking/CPP-acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Connection/non_blocking/CPP-acceptor.h')
-rw-r--r--examples/Connection/non_blocking/CPP-acceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Connection/non_blocking/CPP-acceptor.h b/examples/Connection/non_blocking/CPP-acceptor.h
index 1ee9ff99a4a..548d853c736 100644
--- a/examples/Connection/non_blocking/CPP-acceptor.h
+++ b/examples/Connection/non_blocking/CPP-acceptor.h
@@ -61,7 +61,7 @@ public:
// the <Reactor>.
// = Dynamic linking hooks.
- virtual int init (int argc, char *argv[]);
+ virtual int init (int argc, ACE_TCHAR *argv[]);
// Initialize the network server.
virtual int fini (void);