summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/Servants/Home_Servant_Impl_T.h')
-rw-r--r--modules/CIAO/ciao/Servants/Home_Servant_Impl_T.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.h b/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.h
index 80b57189ef1..2d980998ae9 100644
--- a/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.h
+++ b/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.h
@@ -33,7 +33,6 @@ namespace CIAO
class Container;
typedef Container *Container_ptr;
-
/**
* @class Home_Servant_Impl
*
@@ -60,10 +59,10 @@ namespace CIAO
virtual void remove_component (Components::CCMObject_ptr comp);
// Operations for keyless home interface.
- virtual ::Components::CCMObject_ptr create_component ();
+ virtual ::Components::CCMObject_ptr create_component (void);
// Operations for implicit home interface.
- virtual typename COMP_SVNT::_stub_ptr_type create ();
+ virtual typename COMP_SVNT::_stub_ptr_type create (void);
virtual void update_component_map (PortableServer::ObjectId &oid);