summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/Unbounded_String.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/Unbounded_String.cpp')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/Unbounded_String.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/Unbounded_String.cpp b/TAO/tests/Sequence_Unit_Tests/Unbounded_String.cpp
index 02cccf4ba2a..246c46f7e85 100644
--- a/TAO/tests/Sequence_Unit_Tests/Unbounded_String.cpp
+++ b/TAO/tests/Sequence_Unit_Tests/Unbounded_String.cpp
@@ -8,10 +8,10 @@
*
* @author Carlos O'Ryan
*/
-#include "tao/Unbounded_Basic_String_Sequence_T.h"
+#include "tao/Unbounded_String_Sequence_T.h"
#include "tao/CORBA_String.h"
-typedef TAO::unbounded_basic_string_sequence<char> s_sequence;
+typedef TAO::unbounded_string_sequence s_sequence;
int main(int,char*[])
{