summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl
blob: e4ded7d6288e548199c9f64a8f6adfa5cc51eddb (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
// -*- C++ -*-
// $Id$

//File: SecurityLevel1.idl
//Part of the Security Service

#ifndef _SECURITY_LEVEL_1_IDL_
#define _SECURITY_LEVEL_1_IDL_

#include <Security.idl>

#pragma prefix "omg.org"

module SecurityLevel1 {

# pragma version SecurityLevel1 1.5

    local interface Current : CORBA::Current {	// Locality Constrained

        // thread specific operations

        Security::AttributeList get_attributes (
            in    Security::AttributeTypeList  attributes
        );

    };
};
#endif /* _SECURITY_LEVEL_1_IDL_ */