summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2356_Regression/ami_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2356_Regression/ami_test_i.h')
-rw-r--r--TAO/tests/Bug_2356_Regression/ami_test_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2356_Regression/ami_test_i.h b/TAO/tests/Bug_2356_Regression/ami_test_i.h
index 1df67e21f06..8b94350193b 100644
--- a/TAO/tests/Bug_2356_Regression/ami_test_i.h
+++ b/TAO/tests/Bug_2356_Regression/ami_test_i.h
@@ -29,7 +29,7 @@ public:
// The AMI_Test methods.
void foo (CORBA::Long value);
- void shutdown (void);
+ void shutdown ();
private:
CORBA::ORB_var orb_;