summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h
index fe780666b2f..5608424d62b 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h
@@ -60,11 +60,11 @@ public:
ACE_Configuration *config);
/// Destructor.
- virtual ~TAO_ComponentRepository_i (void);
+ virtual ~TAO_ComponentRepository_i ();
/// We create a default servant servant for each IR Object
/// type and its corresponding POA.
- virtual int create_servants_and_poas (void);
+ virtual int create_servants_and_poas ();
/// Return one of our servants for internal use.
virtual TAO_IDLType_i *select_idltype (CORBA::DefinitionKind def_kind) const;