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