summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/options.h
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-25 00:29:14 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-25 00:29:14 +0000
commit4deedecf23bdb495df8e382c096db49a9450ccc8 (patch)
treea5564c130f57583f64aa95bfc635cfcf59d64412 /TAO/tests/Param_Test/options.h
parenta4918c0b97e70dfd719a44c97b23f6c6c1f27f26 (diff)
downloadATCD-4deedecf23bdb495df8e382c096db49a9450ccc8.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/Param_Test/options.h')
-rw-r--r--TAO/tests/Param_Test/options.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/options.h b/TAO/tests/Param_Test/options.h
index f98bcbe7c36..3a999a35ba8 100644
--- a/TAO/tests/Param_Test/options.h
+++ b/TAO/tests/Param_Test/options.h
@@ -28,14 +28,16 @@ public:
enum TEST_TYPE
{
NO_TEST,
- TEST_SHORT
+ TEST_SHORT,
#if 0
TEST_LONG,
TEST_CHAR,
TEST_OCTET,
TEST_FLOAT,
TEST_DOUBLE,
- TEST_UNBOUNDED_STRING,
+#endif
+ TEST_UNBOUNDED_STRING
+#if 0
TEST_BOUNDED_STRING,
TEST_TYPEDEFED_STRING
#endif