summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/POA_Helper.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/POA_Helper.inl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.inl b/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.inl
new file mode 100644
index 00000000000..3fc996c803c
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.inl
@@ -0,0 +1,7 @@
+// $Id$
+
+ACE_INLINE PortableServer::POA_ptr
+TAO_NS_POA_Helper::poa (void)
+{
+ return this->poa_.in ();
+}