summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/included.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/included.idl')
-rw-r--r--TAO/tests/IDL_Test/included.idl15
1 files changed, 4 insertions, 11 deletions
diff --git a/TAO/tests/IDL_Test/included.idl b/TAO/tests/IDL_Test/included.idl
index a8da94acedc..6dd51822749 100644
--- a/TAO/tests/IDL_Test/included.idl
+++ b/TAO/tests/IDL_Test/included.idl
@@ -9,7 +9,7 @@
// included.idl
//
// = DESCRIPTION
-// This file contains examples of IDL code that has
+// This file contains examples of IDL code that has
// caused problems in the past for the TAO IDL
// compiler. This test is to make sure the problems
// stay fixed.
@@ -23,7 +23,7 @@
#define IDL_TEST_INCLUDED_IDL
// Included in IDL file 'including.idl'.
-module Aok
+module Aok
{
typedef sequence<double> Seq1Type;
typedef long Me;
@@ -31,16 +31,9 @@ module Aok
enum Agog
{
- Agog1,
- Agog2,
+ Agog1,
+ Agog2,
Agog3
};
-// This valuetype is used in a sequence in the including file,
-// and tests that Value_VarOut_T.h is included early enough.
-module VT_Def
-{
- valuetype VT {};
-};
-
#endif /* IDL_TEST_INCLUDED_IDL */