Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / ShortSeq.pidl
blob6d83574a360016700128b1cc23e92220db8c151c
1 // -*- IDL -*-
2 #ifndef TAO_CORBA_SHORT_SEQ_IDL
3 #define TAO_CORBA_SHORT_SEQ_IDL
5 #pragma prefix "omg.org"
7 module CORBA
9   typedef sequence<short> ShortSeq;
12 #endif  /* TAO_CORBA_SHORT_SEQ_IDL */