summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.idl b/TAO/orbsvcs/orbsvcs/SSLIOP.idl
deleted file mode 100644
index c721eb55a8c..00000000000
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-//File: SSLIOP.idl
-//Part of the Security Service
-
-#ifndef _SSLIOP_IDL
-#define _SSLIOP_IDL
-
-#include <tao/IOP.pidl>
-#include <Security.idl>
-
-#pragma prefix "omg.org"
-
-module SSLIOP {
-
- // Security mechanism SSL
- const IOP::ComponentId TAG_SSL_SEC_TRANS = 20;
-
- struct SSL {
- Security::AssociationOptions target_supports;
- Security::AssociationOptions target_requires;
- unsigned short port;
- };
-};
-#endif /* _SSLIOP_IDL */