summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp b/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp
index 8f0bc9e45ef..0b230c0558d 100644
--- a/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp
+++ b/TAO/tests/Sequence_Unit_Tests/Bounded_String.cpp
@@ -8,11 +8,11 @@
*
* @author Carlos O'Ryan
*/
-#include "tao/Bounded_String_Sequence_T.h"
+#include "tao/Bounded_Basic_String_Sequence_T.h"
#include "tao/CORBA_String.h"
CORBA::ULong const MAXIMUM = 42;
-typedef TAO::bounded_string_sequence<MAXIMUM> s_sequence;
+typedef TAO::bounded_basic_string_sequence<char, MAXIMUM> s_sequence;
int main(int,char*[])
{