summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Security.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Security.idl')
-rw-r--r--CIAO/ccm/Security.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/CIAO/ccm/Security.idl b/CIAO/ccm/Security.idl
deleted file mode 100644
index 5d4e5a2f18a..00000000000
--- a/CIAO/ccm/Security.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * @@ 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
- */
-
-#if !defined (CIAO_SECURITY_IDL)
-#define CIAO_SECURITY_IDL
-
-#if !defined (CCM_LW)
-
-#pragma prefix "omg.org"
-
-module SecurityLevel2 {
-
-# pragma version SecurityLevel2 1.8
-
- local interface Credentials
- {
- };
-};
-
-#endif
-
-#endif /* CIAO_SECURITY_IDL */