From 54945664f685d124d9ee489117c4ea260d77495b Mon Sep 17 00:00:00 2001 From: sma Date: Fri, 11 Jul 2008 16:35:45 +0000 Subject: ChangeLogTag: Fri Jul 11 16:35:00 UTC 2008 Simon Massey --- TAO/tests/Object_Loader/Loader.cpp | 2 +- TAO/tests/Object_Loader/Loader.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tests/Object_Loader') diff --git a/TAO/tests/Object_Loader/Loader.cpp b/TAO/tests/Object_Loader/Loader.cpp index d2b65e64926..1e748782371 100644 --- a/TAO/tests/Object_Loader/Loader.cpp +++ b/TAO/tests/Object_Loader/Loader.cpp @@ -12,7 +12,7 @@ Loader::Loader (void) CORBA::Object_ptr Loader::create_object (CORBA::ORB_ptr orb, int, - char * []) + ACE_TCHAR *[]) { try { diff --git a/TAO/tests/Object_Loader/Loader.h b/TAO/tests/Object_Loader/Loader.h index 0e7329ad627..18e157271b3 100644 --- a/TAO/tests/Object_Loader/Loader.h +++ b/TAO/tests/Object_Loader/Loader.h @@ -32,7 +32,7 @@ public: virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, int argc, - char *argv []); + ACE_TCHAR *argv[]); // Create a new instance }; -- cgit v1.2.1