summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_ORB_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_ORB_Loader.h')
-rw-r--r--TAO/tao/RTCORBA/RT_ORB_Loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTCORBA/RT_ORB_Loader.h b/TAO/tao/RTCORBA/RT_ORB_Loader.h
index 45a1fce61cc..712f777ea17 100644
--- a/TAO/tao/RTCORBA/RT_ORB_Loader.h
+++ b/TAO/tao/RTCORBA/RT_ORB_Loader.h
@@ -34,10 +34,10 @@ class TAO_RTCORBA_Export TAO_RT_ORB_Loader : public ACE_Service_Object
{
public:
/// Constructor.
- TAO_RT_ORB_Loader (void);
+ TAO_RT_ORB_Loader ();
/// Destructor.
- virtual ~TAO_RT_ORB_Loader (void);
+ virtual ~TAO_RT_ORB_Loader ();
/// Initialize the RT ORB loader hooks.
virtual int init (int argc, ACE_TCHAR* []);