Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / CharSeq.pidl
blobf6e70c70f951430525715ed5666132d7857f261d
1 // -*- IDL -*-
3 /**
4  * @file CharSeq.pidl
5  */
7 #ifndef TAO_CORBA_CHAR_SEQ_IDL
8 #define TAO_CORBA_CHAR_SEQ_IDL
10 #pragma prefix "omg.org"
12 module CORBA
14   typedef sequence<char> CharSeq;
17 #endif  /* TAO_CORBA_CHAR_SEQ_IDL */