summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:35:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:35:22 +0000
commit36e3633c420fb3cf854448215ef80b8e09a5916b (patch)
treec52d7a2fbfa057639b55ba76e00cd885fc1bc665 /TAO/tests/AMH_Exceptions
parent14fc4cb20d3f4cd3c2e5320b6dd417d4eff6b572 (diff)
downloadATCD-36e3633c420fb3cf854448215ef80b8e09a5916b.tar.gz
Mon Sep 29 07:33:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/AMH_Exceptions')
-rw-r--r--TAO/tests/AMH_Exceptions/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/AMH_Exceptions/server.cpp b/TAO/tests/AMH_Exceptions/server.cpp
index 56e746057de..106322843d0 100644
--- a/TAO/tests/AMH_Exceptions/server.cpp
+++ b/TAO/tests/AMH_Exceptions/server.cpp
@@ -71,7 +71,7 @@ ST_AMH_Servant::shutdown (Test::AMH_RoundtripResponseHandler_ptr /*_tao_rh*/)
class ST_AMH_Server
{
public:
- ST_AMH_Server (int *argc, char **argv);
+ ST_AMH_Server (int *argc, ACE_TCHAR **argv);
virtual ~ST_AMH_Server ();
/// ORB inititalisation stuff
@@ -89,7 +89,7 @@ public:
protected:
int *argc_;
- char **argv_;
+ ACE_TCHAR **argv_;
char *ior_output_file_;
CORBA::ORB_var orb_;
PortableServer::POA_var root_poa_;
@@ -103,7 +103,7 @@ private:
/*** Server Declaration ***/
-ST_AMH_Server::ST_AMH_Server (int* argc, char **argv)
+ST_AMH_Server::ST_AMH_Server (int* argc, ACE_TCHAR **argv)
: argc_ (argc)
, argv_ (argv)
{