summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInterceptor_Details.cpp')
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor_Details.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp b/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
new file mode 100644
index 00000000000..b881e436af0
--- /dev/null
+++ b/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
@@ -0,0 +1,20 @@
+#include "tao/IORInterceptor/IORInterceptor_Details.h"
+#include "tao/SystemException.h"
+
+ACE_RCSID (IORInterceptor,
+ IORInterceptor_Details,
+ "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+ void
+ IORInterceptor_Details::apply_policies (const CORBA::PolicyList &)
+ {
+ // There are currently no policies that apply to IOR Interceptors.
+ throw ::CORBA::INV_POLICY ();
+ }
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL