summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Home_Servant_Impl_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Home_Servant_Impl_Base.h')
-rw-r--r--CIAO/ciao/Home_Servant_Impl_Base.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/ciao/Home_Servant_Impl_Base.h b/CIAO/ciao/Home_Servant_Impl_Base.h
index 780f7c782b6..12ad7105e12 100644
--- a/CIAO/ciao/Home_Servant_Impl_Base.h
+++ b/CIAO/ciao/Home_Servant_Impl_Base.h
@@ -49,11 +49,9 @@ namespace CIAO
// Operations for CCMHome interface.
- virtual ::CORBA::IRObject_ptr
- get_component_def ();
+ virtual ::CORBA::IRObject_ptr get_component_def (void);
- virtual ::CORBA::IRObject_ptr
- get_home_def ();
+ virtual ::CORBA::IRObject_ptr get_home_def (void);
virtual void
update_component_map (PortableServer::ObjectId &oid) = 0;