summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.h b/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.h
index cc9433132db..0a9f179428e 100644
--- a/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.h
+++ b/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.h
@@ -30,13 +30,13 @@ public:
test_i (CORBA::ORB_ptr orb);
/// Destructor.
- ~test_i (void);
+ ~test_i ();
/// Say hello.
- virtual void hello (void);
+ virtual void hello ();
/// Shutdown the ORB.
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// Pseudo-reference to the ORB.