diff options
author | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-01 00:57:28 +0000 |
---|---|---|
committer | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-01 00:57:28 +0000 |
commit | f208987fb66336b51cdac121e95c380b1a728a99 (patch) | |
tree | 96980c376ed14d9815ce95d0db97b89944a34dd3 /TAO/tests/Param_Test/options.h | |
parent | bcfb0889a273e3b596a051f65635ab029400a1fe (diff) | |
download | ATCD-f208987fb66336b51cdac121e95c380b1a728a99.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/Param_Test/options.h')
-rw-r--r-- | TAO/tests/Param_Test/options.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/options.h b/TAO/tests/Param_Test/options.h index fb1527285dd..f86d08966d0 100644 --- a/TAO/tests/Param_Test/options.h +++ b/TAO/tests/Param_Test/options.h @@ -31,7 +31,9 @@ public: TEST_SHORT, TEST_UNBOUNDED_STRING, TEST_FIXED_STRUCT, - TEST_STRING_SEQUENCE + TEST_STRING_SEQUENCE, + TEST_VAR_STRUCT, + TEST_NESTED_STRUCT }; enum INVOKE_TYPE |