summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-22 06:49:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-22 06:49:13 +0000
commit9975c7f1acff550fa25d4c15eb55c98800a82ad0 (patch)
treeae439fc1fdae0a6f1a51e989e0f454fac0117c8a
parentd6b3fadc5981f05d8388c4f70c428e3e2d03c79c (diff)
downloadATCD-9975c7f1acff550fa25d4c15eb55c98800a82ad0.tar.gz
ChangeLogTag: Thu Jun 22 06:47:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b0f17c1949c..76abfb488fd 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,12 @@
+Thu Jun 22 06:47:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/BD_String_Argument_T.cpp:
+ Fixed bug in this file
+
Wed Jun 21 20:46:09 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Array_VarOut_T.h:
-
+
Added a typedef of FORANY in the TAO_FixedArray_Var_T<> and
TAO_VarArray_Var_T<> classes that just refer to the existing
typedef for FORANY in the common base class. Some compilers,
@@ -13,7 +18,7 @@ Wed Jun 21 20:46:09 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Wed Jun 21 14:10:38 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Array_VarOut_T.h:
-
+
Removed 'typename' qualifier in typedef of FORANY inside the
TAO_Array_Var_Base_T template class, since it was causing
problems on the FC4_CIAO_Core build.
@@ -24,7 +29,7 @@ Wed Jun 21 13:50:57 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h:
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h:
* orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h:
-
+
Added typedefs _ptr_type, _var_type, and _out_type to
these "interface" classes, since the typedefs are now
required by the *_var and *_out template classes.