summaryrefslogtreecommitdiff
path: root/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ASX/Event_Server/Event_Server/Supplier_Router.h')
-rw-r--r--examples/ASX/Event_Server/Event_Server/Supplier_Router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ASX/Event_Server/Event_Server/Supplier_Router.h b/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
index b960ff35da2..8a42943c147 100644
--- a/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
+++ b/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
@@ -65,7 +65,7 @@ protected:
// Runs in a separate thread to dequeue messages and pass them up
// the stream.
- virtual int info (char **info_string, size_t length) const;
+ virtual int info (ACE_TCHAR **info_string, size_t length) const;
// Dynamic linking hook.
};