summaryrefslogtreecommitdiff
path: root/TAO/tao/ULongSeq.pidl
blob: 4f08ef8c62acab6708dffac5b96e6215cf3f8327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- IDL -*-
//
// $Id$

// ================================================================
/**
 *
 * This file is used to generate the code in ULongSeq*.*
 */
// ================================================================


#ifndef TAO_CORBA_ULONG_SEQ_IDL
#define TAO_CORBA_ULONG_SEQ_IDL

#pragma prefix "omg.org"

module CORBA
{
  typedef sequence<unsigned long> ULongSeq;
};

#endif  /* TAO_CORBA_ULONG_SEQ_IDL */