diff options
Diffstat (limited to 'TAO/tests/Reliable_Oneways/Shutdown_Helper.h')
-rw-r--r-- | TAO/tests/Reliable_Oneways/Shutdown_Helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Reliable_Oneways/Shutdown_Helper.h b/TAO/tests/Reliable_Oneways/Shutdown_Helper.h index 994bf94396b..607cf8b0e24 100644 --- a/TAO/tests/Reliable_Oneways/Shutdown_Helper.h +++ b/TAO/tests/Reliable_Oneways/Shutdown_Helper.h @@ -14,7 +14,7 @@ public: Shutdown_Helper (CORBA::ORB_ptr orb); // = The skeleton methods - virtual void shutdown (void); + virtual void shutdown (); private: /// Use an ORB reference to convert strings to objects and shutdown |