summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_3080/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_3080/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/test_i.h b/TAO/tests/Portable_Interceptors/Bug_3080/test_i.h
index 64c03e24b9f..230593e47fb 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/test_i.h
@@ -20,13 +20,13 @@ public:
CORBA::ORB_ptr orb);
/// Destructor.
- ~test_i (void);
+ ~test_i ();
/// Return the number assigned to this object.
- virtual CORBA::Short number (void);
+ virtual CORBA::Short number ();
/// Shutdown the ORB.
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// The number assigned to this object.