summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjectIdList.pidl
blob: 87affa97fff4e7ca049c257e72a50e7aeb83cc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file ObjectIdList.pidl
 *
 * @brief Pre-compiled IDL source for the CORBA::ORB::ObjectIdList related
 * types.
 */

#ifndef TAO_CORBA_ORB_OBJECTIDLIST_PIDL
#define TAO_CORBA_ORB_OBJECTIDLIST_PIDL

#pragma prefix "omg.org"

module CORBA
{
  typedef string ORB_ObjectId;
  typedef sequence<ORB_ObjectId> ORB_ObjectIdList;
};

#endif /* TAO_CORBA_ORB_OBJECTIDLIST_PIDL */