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

// $Id$

// Basic types

#ifndef TAO_ORB_TYPES_IDL
#define TAO_ORB_TYPES_IDL

#pragma prefix "omg.org"

module CORBA
{
  typedef string ORBid;
  typedef unsigned long Flags;
  typedef string Identifier;
  typedef string RepositoryId;
};

#endif /* TAO_ORB_TYPES_IDL */