summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-10 12:25:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-10 12:25:10 +0000
commitca1007b9982d55682a87394ad5ebf4280966c299 (patch)
tree96bb9f6a522cca6cea0a0a85cba70c6d9cb3b106
parent598eea0ce7519f5e22e9f6578e12319cd4da7740 (diff)
downloadATCD-ca1007b9982d55682a87394ad5ebf4280966c299.tar.gz
ChangeLogTag: Tue Aug 10 12:24:31 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/IDL_Test/included.idl6
2 files changed, 9 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2e83ca9d220..093430c3386 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 10 12:24:31 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tests/IDL_Test/included.idl:
+
+ Cosmetic changes.
+
Mon Aug 9 17:06:41 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/ast/ast_redef.cpp:
diff --git a/TAO/tests/IDL_Test/included.idl b/TAO/tests/IDL_Test/included.idl
index f10dd53a1a5..dc97512a1f6 100644
--- a/TAO/tests/IDL_Test/included.idl
+++ b/TAO/tests/IDL_Test/included.idl
@@ -64,11 +64,11 @@ module A
struct MyStructA;
typedef sequence<MyStructA> MySeqA;
- struct MyStructA
- {
+ struct MyStructA
+ {
string str;
MySeqA recursive_member;
- };
+ };
};
#endif /* IDL_TEST_INCLUDED_IDL */