Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / FloatSeq.pidl
blobea7036c8e9afb0317e09303d62fdfb2eb4fe1ba3
1 // -*- IDL -*-
2 #ifndef TAO_CORBA_FLOAT_SEQ_IDL
3 #define TAO_CORBA_FLOAT_SEQ_IDL
5 #pragma prefix "omg.org"
7 module CORBA
9   typedef sequence<float> FloatSeq;
12 #endif  /* TAO_CORBA_FLOAT_SEQ_IDL */