summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_AMI_Forward/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DII_AMI_Forward/test_i.cpp')
-rw-r--r--TAO/tests/DII_AMI_Forward/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DII_AMI_Forward/test_i.cpp b/TAO/tests/DII_AMI_Forward/test_i.cpp
index 9707a29653a..a02abdb44d6 100644
--- a/TAO/tests/DII_AMI_Forward/test_i.cpp
+++ b/TAO/tests/DII_AMI_Forward/test_i.cpp
@@ -18,6 +18,6 @@ char * Forward_Test_i::do_forward (const char *text)
void
Forward_Test_i::shutdown ()
{
- ACE_OS::sleep( 2 );
+ ACE_OS::sleep(2);
this->orb_->shutdown (false);
}