summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.i')
-rw-r--r--TAO/tao/PortableServer/POA.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/POA.i b/TAO/tao/PortableServer/POA.i
index e5d7c02ddc8..e6fb4fd073b 100644
--- a/TAO/tao/PortableServer/POA.i
+++ b/TAO/tao/PortableServer/POA.i
@@ -611,3 +611,8 @@ TAO_POA::cached_policies (void)
return this->cached_policies_;
}
+ACE_INLINE void *
+TAO_POA::thread_pool (void) const
+{
+ return 0;
+}