summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CCM_ContainerInterceptor.idl
blob: b5ccdf52faedde69446d8734c54779f7d2b72059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#if !defined (CCM_CONTAINERPORTABLEINTERCEPTOR_IDL)
#define CCM_CONTAINERPORTABLEINTERCEPTOR_IDL

#include "tao/PI_Forward.pidl"

module Components {

  module ContainerPortableInterceptor {

    local interface ContainerInterceptor
    {
      readonly attribute string name;
      void destroy ();
      void set_slot_id(in PortableInterceptor::SlotId slot_id);
    };
  };
};

#endif /* CCM_CONTAINERPORTABLEINTERCEPTOR_IDL */