summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/SecurityLevel1/SLevel1_Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/SecurityLevel1/SLevel1_Test.idl')
-rw-r--r--TAO/orbsvcs/tests/Security/SecurityLevel1/SLevel1_Test.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/orbsvcs/tests/Security/SecurityLevel1/SLevel1_Test.idl b/TAO/orbsvcs/tests/Security/SecurityLevel1/SLevel1_Test.idl
deleted file mode 100644
index c260bbeae74..00000000000
--- a/TAO/orbsvcs/tests/Security/SecurityLevel1/SLevel1_Test.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-// -*- IDL -*-
-
-//=============================================================================
-/**
- * @file SLevel1_Test.idl
- *
- * $Id$
- *
- * IDL fot the Security Level 1 test.
- *
- * @author Priyanka Gontla <pgontla@doc.ece.uci.edu>
- */
-//=============================================================================
-
-
-interface SLevel1_Server
-{
- /// Exception that indicates that no security attributes were
- /// available during the upcall. If this exception is thrown,
- /// then is most likely a problem with the underlying security
- /// mechanism(s).
- exception NoSecurityAttributes {};
-
- /// Test method to authorize access to a client.
- boolean authorize_level1 () raises (NoSecurityAttributes);
-
- /// Shutdown the server.
- oneway void shutdown ();
-
-};