summaryrefslogtreecommitdiff
path: root/TAO/tao/UShortSeq.pidl
blob: 0d192a5e9aea793da16241b3ef44d54af461c319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- IDL -*-
// $Id$

#ifndef TAO_CORBA_USHORT_SEQ_IDL
#define TAO_CORBA_USHORT_SEQ_IDL

#pragma prefix "omg.org"

module CORBA
{
  typedef sequence<unsigned short> UShortSeq;
};

#endif  /* TAO_CORBA_U_SHORT_SEQ_IDL */