diff options
author | vzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-01-28 09:00:56 +0000 |
---|---|---|
committer | vzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-01-28 09:00:56 +0000 |
commit | d31f8575b6f6c4e67eda48bc07676df86ec01733 (patch) | |
tree | ac1dfe8acd131317d224722c71ea007230c055fc /TAO | |
parent | 3b50f99682c64bc429881a78111541d813d5453e (diff) | |
download | ATCD-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/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp | 1 |
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" |