summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-24 14:03:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-24 14:03:41 +0000
commit0b72cbd8974a004e933796caa03f71a21157cbc3 (patch)
tree4469de175f9d5daa124984d9e9acfa570fc6189c
parent69696dcd33d1f3679518b7eae027603635eb2fc6 (diff)
downloadATCD-0b72cbd8974a004e933796caa03f71a21157cbc3.tar.gz
Fri Nov 24 13:59:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-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*[])
{