summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORManipulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORManipulation/IORManipulation.h')
-rw-r--r--TAO/tao/IORManipulation/IORManipulation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORManipulation.h b/TAO/tao/IORManipulation/IORManipulation.h
index 4b5d6f9c017..e6627234f95 100644
--- a/TAO/tao/IORManipulation/IORManipulation.h
+++ b/TAO/tao/IORManipulation/IORManipulation.h
@@ -38,7 +38,7 @@ class TAO_IOR_Manipulation_impl
{
public:
/// Constructor
- TAO_IOR_Manipulation_impl (void);
+ TAO_IOR_Manipulation_impl ();
virtual CORBA::Object_ptr merge_iors (
const TAO_IOP::TAO_IOR_Manipulation::IORList & iors);
@@ -77,7 +77,7 @@ public:
protected:
/// Destructor
- ~TAO_IOR_Manipulation_impl (void);
+ ~TAO_IOR_Manipulation_impl ();
};
TAO_END_VERSIONED_NAMESPACE_DECL