summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2844_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2844_Regression/Hello.h')
-rw-r--r--TAO/tests/Bug_2844_Regression/Hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2844_Regression/Hello.h b/TAO/tests/Bug_2844_Regression/Hello.h
index d8ef497e2e9..97d878316d8 100644
--- a/TAO/tests/Bug_2844_Regression/Hello.h
+++ b/TAO/tests/Bug_2844_Regression/Hello.h
@@ -26,7 +26,7 @@ public:
// Return the any provide as an "in" argument.
virtual CORBA::Any * get_any (CORBA::Any const & the_any);
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// The ORB which will be shutdown by Hello::shutdown().