Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

SecurityLevel1.idl

Go to the documentation of this file.
00001 #ifndef _SECURITY_LEVEL_1_IDL
00002 #define _SECURITY_LEVEL_1_IDL
00003 
00009 #include <Security.idl>
00010 
00011 #pragma prefix "omg.org"
00012 
00013 module SecurityLevel1
00014 {
00015    local interface Current : CORBA::Current
00016    {
00017       Security::AttributeList get_attributes
00018          (in Security::AttributeTypeList attributes);
00019    };
00020 };
00021 
00022 #endif