summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-01 13:39:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-01 13:39:38 +0000
commit223efa9c03f715b5a72c08a6451c18802b9f790d (patch)
treeb54948e271532889798b6f5072a0a05988816568 /TAO/tests/IDL_Test
parent9d34fa003a30e13fe975cb9d6ebbee8bd463dd12 (diff)
downloadATCD-223efa9c03f715b5a72c08a6451c18802b9f790d.tar.gz
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r--TAO/tests/IDL_Test/Bug_2619_Regression.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/IDL_Test/Bug_2619_Regression.idl b/TAO/tests/IDL_Test/Bug_2619_Regression.idl
index aefa06901c0..4d95f523a0e 100644
--- a/TAO/tests/IDL_Test/Bug_2619_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2619_Regression.idl
@@ -7,7 +7,7 @@ struct Type_T
string id;
};
-valuetype Data_T
+valuetype T_Data_T
{
public Type_T type;
};