summaryrefslogtreecommitdiff
path: root/TAO/tao/orb.idl
blob: e5bbf409db268b26ed84fb68a4d0b2aad9b12e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

// Included for compatibility with the CORBA 2 specification.

#ifndef TAO_CORBA_IDL
#define TAO_CORBA_IDL

#include <Policy.pidl>

#pragma prefix "omg.org"

module CORBA
{
  typedef unsigned long ServiceOption;
  typedef unsigned long ServiceDetailType;
};

#pragma prefix ""

#endif /* TAO_CORBA_IDL */