From 9a178b32c3c99d6145d6566694cd75b816b6f2dd Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 21 Oct 2003 17:11:14 +0000 Subject: ChangeLogTag:Tue Oct 21 12:13:34 2003 Balachandran Natarajan --- TAO/ChangeLog | 5 +++++ TAO/tao/ORB.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 239d0822d05..fd8bf07cb4b 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 21 12:13:34 2003 Balachandran Natarajan + + * tao/ORB.h: Removed virtual qualifiers that went in as part of + the last checin. + Tue Oct 21 10:12:05 2003 Jeff Parsons * docs/interfacerepo/index.html: diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index a0158a68b6d..684eaef1f01 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -350,21 +350,21 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual CORBA::TypeCode_ptr create_component_tc ( + CORBA::TypeCode_ptr create_component_tc ( const char *id, const char *name ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual CORBA::TypeCode_ptr create_home_tc ( + CORBA::TypeCode_ptr create_home_tc ( const char *id, const char *name ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual CORBA::TypeCode_ptr create_event_tc ( + CORBA::TypeCode_ptr create_event_tc ( const char *id, const char *name, CORBA::ValueModifier type_modifier, -- cgit v1.2.1