diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-25 05:28:00 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-25 05:28:00 +0000 |
commit | 02c0fe322fdc0a1fa3e8be9fd103505594ddeb2e (patch) | |
tree | 522d3c1352f7c74721f105a32114ec2c26e1d110 /TAO/tests/Param_Test/helper.h | |
parent | 7fb50607bbd98e1b17b1e115ee8224268a377678 (diff) | |
download | ATCD-02c0fe322fdc0a1fa3e8be9fd103505594ddeb2e.tar.gz |
ChangeLogTag:Mon Oct 25 00:24:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test/helper.h')
-rw-r--r-- | TAO/tests/Param_Test/helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/helper.h b/TAO/tests/Param_Test/helper.h index 76e6453b3d4..20c4ad8dd73 100644 --- a/TAO/tests/Param_Test/helper.h +++ b/TAO/tests/Param_Test/helper.h @@ -33,8 +33,8 @@ public: CORBA::Short gen_short (void); CORBA::Long gen_long (void); - CORBA::String gen_string (void); - CORBA::String gen_string (int maxlength); + char* gen_string (void); + char* gen_string (int maxlength); CORBA::WString gen_wstring (void); CORBA::WString gen_wstring (int maxlength); const Param_Test::Fixed_Struct gen_fixed_struct (void); |