summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/ami_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/ami_test_i.h')
-rw-r--r--TAO/tests/AMI/ami_test_i.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/AMI/ami_test_i.h b/TAO/tests/AMI/ami_test_i.h
index 9ff1fe8cfb8..06ea83ef20f 100644
--- a/TAO/tests/AMI/ami_test_i.h
+++ b/TAO/tests/AMI/ami_test_i.h
@@ -27,8 +27,9 @@ class AMI_Test_i : public POA_A::AMI_Test
public:
/// ctor
AMI_Test_i (CORBA::ORB_ptr orb,
- CORBA::Long in_l = 0, const char * in_str = 0,
- bool check_params = false);
+ CORBA::Long in_l = 0,
+ const char * in_str = 0,
+ bool check_params = false);
// The AMI_Test methods.
CORBA::Long foo (CORBA::Long_out out_l,