aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/src/CORBA.idl
blob: 3cd8790f49550e401cf6a5914dce8d71de7565a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _CORBA_IDL
#define _CORBA_IDL

#pragma prefix "omg.org"

//******************************************************************
//
//Policy Object:
//
//******************************************************************

module CORBA {

  // Policy typedefs
  typedef unsigned long PolicyType;
  typedef string Identifier;
  typedef string ScopedName;
  typedef string RepositoryId;
 
};

#endif