summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/IRObject_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/IRObject_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IRObject_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IRObject_i.h b/TAO/orbsvcs/orbsvcs/IFRService/IRObject_i.h
index 9fd8d8213c6..36288e8fdbb 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IRObject_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IRObject_i.h
@@ -50,7 +50,7 @@ public:
TAO_IRObject_i (TAO_Repository_i *repo);
/// Destructor.
- virtual ~TAO_IRObject_i (void);
+ virtual ~TAO_IRObject_i ();
virtual CORBA::DefinitionKind def_kind ();
@@ -65,7 +65,7 @@ public:
protected:
/// Set our key from the object ID via POACurrent.
- void update_key (void);
+ void update_key ();
protected:
/// Pointer to the repository we were constructed from.