summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/Hello.cpp')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.cpp b/TAO/tests/ICMG_Any_Bug/Hello.cpp
index ee4dac0e4d1..785ca17bae2 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.cpp
+++ b/TAO/tests/ICMG_Any_Bug/Hello.cpp
@@ -17,8 +17,8 @@ Hello::get_helloworld (void)
{
HelloWorld *hello_world;
ACE_NEW_THROW_EX (hello_world,
- HelloWorld,
- CORBA::NO_MEMORY ());
+ HelloWorld,
+ CORBA::NO_MEMORY ());
PortableServer::ObjectId_var id =
this->poa_->activate_object (hello_world);