summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
blob: 77835d4cfd0535ecd17ba9db54c1bc5c2e3cb29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "tao/IORInterceptor/IORInterceptor_Details.h"

ACE_RCSID (IORInterceptor,
           IORInterceptor_Details,
           "$Id$")

#include "tao/SystemException.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO
{
  void
  IORInterceptor_Details::apply_policies (
      const CORBA::PolicyList &/*policies*/
      ACE_ENV_ARG_DECL)
  {
    // There are currently no policies that apply to IOR Interceptors.
    ACE_THROW (CORBA::INV_POLICY ());
  }
}

TAO_END_VERSIONED_NAMESPACE_DECL