summaryrefslogtreecommitdiff
path: root/modules/TAO/tests/Param_Test/ub_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/tests/Param_Test/ub_string.h')
-rw-r--r--modules/TAO/tests/Param_Test/ub_string.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/modules/TAO/tests/Param_Test/ub_string.h b/modules/TAO/tests/Param_Test/ub_string.h
index 834c4bfbcb2..074589622e8 100644
--- a/modules/TAO/tests/Param_Test/ub_string.h
+++ b/modules/TAO/tests/Param_Test/ub_string.h
@@ -60,18 +60,11 @@ public:
private:
char *opname_;
// operation name
-
- char *in_;
- // in parameter
-
- char *inout_;
- // inout parameter
-
- char *out_;
- // out parameter
-
- char *ret_;
- // return value
+
+ std::string in_;
+ std::string inout_;
+ std::string out_;
+ std::string ret_;
};
#endif /* PARAM_TEST_UNBOUNDED_STRING_H */