summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-28 09:00:56 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-28 09:00:56 +0000
commitd31f8575b6f6c4e67eda48bc07676df86ec01733 (patch)
treeac1dfe8acd131317d224722c71ea007230c055fc /TAO
parent3b50f99682c64bc429881a78111541d813d5453e (diff)
downloadATCD-d31f8575b6f6c4e67eda48bc07676df86ec01733.tar.gz
ChangeLogTag: Wed Jan 28 08:59:25 UTC 2009 Vladimir Zykov <vz@prismtech.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b1763d1ab14..dadd672a0ff 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 28 08:59:25 UTC 2009 Vladimir Zykov <vz@prismtech.com>
+
+ * tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp:
+
+ Fixed another compilation error after a fix for bug#3524.
+
Tue Jan 27 22:26:59 UTC 2009 Adam Mitz <mitza@ociweb.com>
* TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp:
diff --git a/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp b/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp
index 846879acb58..99043e4bd97 100644
--- a/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp
+++ b/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp
@@ -18,6 +18,7 @@
#include "tao/Unbounded_Octet_Sequence_T.h"
#include "tao/Unbounded_Object_Reference_Sequence_T.h"
#include "tao/Unbounded_Basic_String_Sequence_T.h"
+#include "tao/Unbounded_BD_String_Sequence_T.h"
#include "tao/Unbounded_Sequence_CDR_T.h"
#include "tao/CDR.h"