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

/**
 *  @file   orb_types.pidl
 */

// 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 */