summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-29 06:50:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-29 06:50:44 +0000
commit79eed81550d1139e1286e4ff4bf4e3210ddd9e02 (patch)
tree28bd15ab52f739b24361c7f0fe1770c4a5a78c13
parentae782f0db768bfe245e5f9bc6e662ab0cac94c7f (diff)
downloadATCD-79eed81550d1139e1286e4ff4bf4e3210ddd9e02.tar.gz
ChangeLogTag:Mon Mar 28 22:49:58 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index acb49b467e5..eea5a684877 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,32 @@
+Mon Mar 28 22:36:14 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/TypeCode_Constants.cpp:
+ * tao/TypeCode_Constants.h:
+
+ Moved CORBA::_tc_{Value,Event}Base TypeCode constants to the
+ TAO_Valuetype library.
+
+ * tao/Value_Box_TypeCode.h:
+ * tao/Value_TypeCode.h:
+ * tao/Value_TypeCode.inl:
+
+ Added missing "const" keywords to concrete type TypeCode
+ parameters and attribute. Fixes compile-time errors.
+
+ * tao/Valuetype/ValueBase.cpp:
+
+ Define TypeCode constants in terms of new TAO TypeCode
+ implementation.
+
+ * tao/Valuetype/ValueBase.h:
+
+ Declared all TypeCode constants as "const".
+
+ * tao/Valuetype/Valuetype_Adapter_Impl.cpp:
+
+ Removed "tao/Typecode.h" include directive. That file no longer
+ exists, nor was it necessary.
+
Mon Mar 28 21:38:42 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/RefCount_Policy_Traits.h: