diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-20 20:15:50 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-20 20:15:50 +0000 |
commit | 2422834a4c02e0edee6b08b40e445db76f622a9d (patch) | |
tree | d0d53bf02bdba9ce57a7a3feeb581cd9e9b42301 /TAO/tests/Param_Test/param_test_i.h | |
parent | eb4e9e5150a02af2d89da705ca9802ac8497d841 (diff) | |
download | ATCD-2422834a4c02e0edee6b08b40e445db76f622a9d.tar.gz |
ChangeLogTag: Tue Jul 20 15:08:09 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Param_Test/param_test_i.h')
-rw-r--r-- | TAO/tests/Param_Test/param_test_i.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/TAO/tests/Param_Test/param_test_i.h b/TAO/tests/Param_Test/param_test_i.h index 219f2b2c1ea..8f9307c3266 100644 --- a/TAO/tests/Param_Test/param_test_i.h +++ b/TAO/tests/Param_Test/param_test_i.h @@ -111,10 +111,10 @@ public: // test for fixed structures // = Start of sequences tests... - virtual Param_Test::Long_Seq * test_long_sequence ( - const Param_Test::Long_Seq & s1, - Param_Test::Long_Seq & s2, - Param_Test::Long_Seq_out s3 + virtual CORBA::LongSeq * test_long_sequence ( + const CORBA::LongSeq & s1, + CORBA::LongSeq & s2, + CORBA::LongSeq_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); virtual Param_Test::Bounded_Long_Seq * test_bounded_long_sequence ( @@ -123,10 +123,10 @@ public: Param_Test::Bounded_Long_Seq_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual Param_Test::Short_Seq * test_short_sequence ( - const Param_Test::Short_Seq & s1, - Param_Test::Short_Seq & s2, - Param_Test::Short_Seq_out s3 + virtual CORBA::ShortSeq * test_short_sequence ( + const CORBA::ShortSeq & s1, + CORBA::ShortSeq & s2, + CORBA::ShortSeq_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); virtual Param_Test::Bounded_Short_Seq * test_bounded_short_sequence ( @@ -135,10 +135,10 @@ public: Param_Test::Bounded_Short_Seq_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual Param_Test::StrSeq * test_strseq ( - const Param_Test::StrSeq & s1, - Param_Test::StrSeq & s2, - Param_Test::StrSeq_out s3 + virtual CORBA::StringSeq * test_strseq ( + const CORBA::StringSeq & s1, + CORBA::StringSeq & s2, + CORBA::StringSeq_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); virtual Param_Test::Bounded_StrSeq * test_bounded_strseq ( @@ -147,10 +147,10 @@ public: Param_Test::Bounded_StrSeq_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual Param_Test::WStrSeq * test_wstrseq ( - const Param_Test::WStrSeq & ws1, - Param_Test::WStrSeq & ws2, - Param_Test::WStrSeq_out ws3 + virtual CORBA::WStringSeq * test_wstrseq ( + const CORBA::WStringSeq & ws1, + CORBA::WStringSeq & ws2, + CORBA::WStringSeq_out ws3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); virtual Param_Test::Bounded_WStrSeq * test_bounded_wstrseq ( @@ -201,10 +201,10 @@ public: Param_Test::Bounded_Coffee_Mix_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual Param_Test::AnySeq * test_anyseq ( - const Param_Test::AnySeq & s1, - Param_Test::AnySeq & s2, - Param_Test::AnySeq_out s3 + virtual CORBA::AnySeq * test_anyseq ( + const CORBA::AnySeq & s1, + CORBA::AnySeq & s2, + CORBA::AnySeq_out s3 ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); // = End of sequences tests.... |