summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-23 12:40:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-23 12:40:45 +0000
commitb4cb726c3747cf6a35f3a3aaa9629333b07e291f (patch)
tree769d2b264b0a08cb33f37205ad3005aded2ff3bf
parent2a61fbfddec2f4191dd4d066808a68130651dc1e (diff)
downloadATCD-b4cb726c3747cf6a35f3a3aaa9629333b07e291f.tar.gz
ChangeLogTag: Thu Jun 23 12:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3f71ebb6294..dae43036451 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jun 23 12:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/ORB_Core.{h,cpp}:
+ * tao/ORB_Core_TSS_Resources.{h,cpp}:
+ Moved ORB_Core_TSS_Resources to the ORB_Core file again. The
+ PI tests now break and I have not an idea why but moving it
+ back fixes it now. Will sort this out soon.
+
Thu Jun 23 09:52:00 UTC 2005 Simon Massey <simon.massey@prismtech.com>
* TAO_IDL/be/be_visitor_valuebox/field_ci.cpp:
@@ -14,16 +22,16 @@ Thu Jun 23 09:52:00 UTC 2005 Simon Massey <simon.massey@prismtech.com>
Wed Jun 22 18:49:03 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/ORB_Core.h:
-
+
Added include of ORB_Core_TSS_Resources.h, so when the
- ACE_TSS_TYPE tss_resources_ member is declared, there
+ ACE_TSS_TYPE tss_resources_ member is declared, there
will be knowledge of a default constructor.
Wed Jun 22 11:34:12 2005 Gary Maxey <gary.maxey@hp.com>
* TAO_IDL/fe/y.tab.cpp
* TAO_IDL/fe/idl.yy
-
+
Added valuebox support
Wed Jun 22 08:23:16 2005 J.T. Conklin <jtc@acorntoolworks.com>