summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/Security.idl
blob: ce38f2ce1aa4a45cf89ed8a06bd8f68dbe32f46f (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 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

#pragma prefix "omg.org"

module SecurityLevel2 {

# pragma version SecurityLevel2 1.8

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