summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Security.idl
blob: 199ae210c31a394758d12be65f0a90f7de8c8919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @@ This is just a temporary file. CIAO doesn't sue the security
 * service in its implementation but just using this local
 * interface below from the real security service pulls in
 * 250Kb of footprint
 *
 * $Id$
 */

#if !defined (CIAO_SECURITY_IDL)
#define CIAO_SECURITY_IDL

#pragma prefix "omg.org"

module SecurityLevel2 {

# pragma version SecurityLevel2 1.8

  local interface Credentials
  {
  };
};
#endif /* CIAO_SECURITY_IDL */