Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorbaTypes.idl

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2001, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Marc Navarro            (mnavarro@wins.uva.nl)
00007  */
00008 
00009 #ifndef HxCorbaTypes_idl
00010 #define HxCorbaTypes_idl
00011 
00012 module HxCorba
00013 {
00014 
00016 typedef sequence<string>    StringSeq;
00017 
00019 typedef sequence<octet>     OctetSeq;
00020 
00022 typedef sequence<short>     ShortSeq;
00023 
00025 typedef sequence<long>      LongSeq;
00026 
00028 typedef sequence<float>     FloatSeq;
00029 
00031 typedef sequence<double>    DoubleSeq;
00032 
00033 
00035 typedef sequence<DoubleSeq> DoubleSeqSeq;
00036 
00037 };
00038 
00039 #endif //HxCorbaTypes_idl

Generated on Tue Feb 3 14:17:52 2004 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001