summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/Security.idl
blob: af51968bf1ffe4e4dd1227ae9e6cc196c0a5d361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
 * @@ This is just a temporary file. CIAO doesn't use 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

#if !defined (CCM_LW)

#pragma prefix "omg.org"

module SecurityLevel2 {

# pragma version SecurityLevel2 1.8

  local interface Credentials
  {
  };
};

#endif

#endif /* CIAO_SECURITY_IDL */