summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/UpgradeableContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/UpgradeableContext.idl')
-rw-r--r--TAO/CIAO/ciao/UpgradeableContext.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/CIAO/ciao/UpgradeableContext.idl b/TAO/CIAO/ciao/UpgradeableContext.idl
deleted file mode 100644
index 0fe4a332986..00000000000
--- a/TAO/CIAO/ciao/UpgradeableContext.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-#include "CCM_Container.idl"
-#include "CCM_Base.idl"
-#include "CCM_Event.idl"
-#include "tao/PortableServer/PortableServer_include.pidl"
-#include <orb.idl>
-
-module CIAO
-{
- local interface UpgradeableContext : ::Components::SessionContext
- {
- ::Components::ConsumerDescriptions get_registered_consumers
- (in ::Components::FeatureName publisher_name)
- raises (::Components::InvalidName, ::Components::InvalidConnection);
- void deactivate_facet (in PortableServer::ObjectId oid);
- void update_port_activator (in PortableServer::ObjectId oid);
- void remove_facet (in Object reference);
- };
-};