summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SecurityLevel1.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/SecurityLevel1.idl31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl b/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl
deleted file mode 100644
index 4f165fde1ed..00000000000
--- a/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl
+++ /dev/null
@@ -1,31 +0,0 @@
-// -*- IDL -*-
-//
-// $Id$
-
-
-#ifndef _SECURITY_LEVEL_1_IDL_
-#define _SECURITY_LEVEL_1_IDL_
-
-#include <orbsvcs/Security.idl>
-
-#pragma prefix "omg.org"
-
-module SecurityLevel1 {
-
-# pragma version SecurityLevel1 1.8
-
- local interface Current : CORBA::Current { // Locality Constrained
-# pragma version Current 1.8
-
- // thread specific operations
-
- Security::AttributeList get_attributes (
- in Security::AttributeTypeList attributes
- );
-
- };
-};
-
-#pragma prefix ""
-
-#endif /* _SECURITY_LEVEL_1_IDL_ */