summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-21 17:11:14 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-21 17:11:14 +0000
commit9a178b32c3c99d6145d6566694cd75b816b6f2dd (patch)
treeb369a717e0c426596f8d9a24136dd09407ee76f6
parentd5cf9ef5d506b1f15c3bb3aaedfe74b34502cce0 (diff)
downloadATCD-9a178b32c3c99d6145d6566694cd75b816b6f2dd.tar.gz
ChangeLogTag:Tue Oct 21 12:13:34 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/ORB.h6
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 <bala@dre.vanderbilt.edu>
+
+ * tao/ORB.h: Removed virtual qualifiers that went in as part of
+ the last checin.
+
Tue Oct 21 10:12:05 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* 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,