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

// Included for compatibility with the CORBA 2 specification.

#ifndef TAO_CORBA_IDL
#define TAO_CORBA_IDL

#include <Policy.pidl>

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

#endif /* TAO_CORBA_IDL */