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

#if !defined (CCM_CONTAINERCLIENTREQUESTINFO_IDL)
#define CCM_CONTAINERCLIENTREQUESTINFO_IDL

#include "ciao/CCM_ContainerRequestInfo.idl"
#include "tao/PI/ClientRequestInfo.pidl"

module Components
{
  module ContainerPortableInterceptor
  {
    local interface ContainerClientRequestInfo : ContainerRequestInfo
    {
      PortableInterceptor::ClientRequestInfo request_info();
    };
  };
};

#endif /* CCM_CONTAINERCLIENTREQUESTINFO_IDL */