summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Exceptions/server.cpp')
-rw-r--r--TAO/tests/AMH_Exceptions/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/AMH_Exceptions/server.cpp b/TAO/tests/AMH_Exceptions/server.cpp
index 5bf4fd81ca4..f3721e68cb0 100644
--- a/TAO/tests/AMH_Exceptions/server.cpp
+++ b/TAO/tests/AMH_Exceptions/server.cpp
@@ -103,7 +103,7 @@ ST_AMH_Server::ST_AMH_Server (int* argc, char **argv)
: argc_ (argc)
, argv_ (argv)
{
- this->ior_output_file_ = ACE_const_cast (char*, "test.ior");
+ this->ior_output_file_ = const_cast<char*> ("test.ior");
}
ST_AMH_Server::~ST_AMH_Server ()