summaryrefslogtreecommitdiff
path: root/CIAO/ciao/extension/CCM_ContainerServerRequestInfo.idl
blob: 4868e6a2e8dc8bd6fa2521569452edb280b42a2c (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_CONTAINERSERVERREQUESTINFO_IDL)
#define CCM_CONTAINERSERVERREQUESTINFO_IDL

#include "ciao/CCM_ContainerRequestInfo.idl"
#include "tao/PI_Server/ServerRequestInfo.pidl"

module Components
{
  module ContainerPortableInterceptor
  {
    local interface ContainerServerRequestInfo : ContainerRequestInfo
    {
      PortableInterceptor::ServerRequestInfo request_info();
    };
  };
};

#endif /* CCM_CONTAINERSERVERREQUESTINFO_IDL */