summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-21 08:14:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-21 08:14:30 +0000
commit60f9caf3b1457f9e49e5e581c40bb75170b575a5 (patch)
tree508fe1595ec0cf4398e27a4cf0397e460328bcdc /TAO/orbsvcs
parentf23dab74a3e3176fee3830800b226371d5db1ab2 (diff)
downloadATCD-60f9caf3b1457f9e49e5e581c40bb75170b575a5.tar.gz
ChangeLogTag: Fri Apr 21 07:41:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/tests/Trading/TTest.idl24
1 files changed, 13 insertions, 11 deletions
diff --git a/TAO/orbsvcs/tests/Trading/TTest.idl b/TAO/orbsvcs/tests/Trading/TTest.idl
index 96adc9c093e..756f057e266 100644
--- a/TAO/orbsvcs/tests/Trading/TTest.idl
+++ b/TAO/orbsvcs/tests/Trading/TTest.idl
@@ -1,12 +1,14 @@
// $Id$
+#include <orb.idl>
+
module TAO_Trader_Test
{
-
+
interface Remote_Output
{
void confirm ();
- // Ensure that the object reference returned from the query actually
+ // Ensure that the object reference returned from the query actually
// works.
};
@@ -26,15 +28,15 @@ interface PostScript_Printer : Remote_Output
{
};
-// Sequences used to test sequence type equivalence in the trader.
-typedef sequence<short> ShortSeq;
-typedef sequence<unsigned short> UShortSeq;
-typedef sequence<long> LongSeq;
-typedef sequence<unsigned long> ULongSeq;
-typedef sequence<boolean> BooleanSeq;
-typedef sequence<float> FloatSeq;
-typedef sequence<double> DoubleSeq;
-typedef sequence<string> StringSeq;
+// Sequences used to test sequence type equivalence in the trader.
+typedef CORBA::ShortSeq ShortSeq;
+typedef CORBA::UShortSeq UShortSeq;
+typedef CORBA::LongSeq LongSeq;
+typedef CORBA::ULongSeq ULongSeq;
+typedef CORBA::BooleanSeq BooleanSeq;
+typedef CORBA::FloatSeq FloatSeq;
+typedef CORBA::DoubleSeq DoubleSeq;
+typedef CORBA::StringSeq StringSeq;
};