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

#ifndef TAO_CORBA_ORB_OBJECTIDLIST_PIDL
#define TAO_CORBA_ORB_OBJECTIDLIST_PIDL

#include "tao/StringSeq.pidl"

#pragma prefix "omg.org"

module CORBA
{
  typedef string ORB_ObjectId;
  typedef StringSeq ORB_ObjectIdList;
};

#endif /* TAO_CORBA_ORB_OBJECTIDLIST_PIDL */