summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/PortableServer/Non_Servant_Upcall.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/PortableServer/Non_Servant_Upcall.inl')
-rw-r--r--ACE/TAO/tao/PortableServer/Non_Servant_Upcall.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACE/TAO/tao/PortableServer/Non_Servant_Upcall.inl b/ACE/TAO/tao/PortableServer/Non_Servant_Upcall.inl
new file mode 100644
index 00000000000..0a9b6f2e8de
--- /dev/null
+++ b/ACE/TAO/tao/PortableServer/Non_Servant_Upcall.inl
@@ -0,0 +1,19 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+ namespace Portable_Server
+ {
+ ACE_INLINE ::TAO_Root_POA &
+ Non_Servant_Upcall::poa (void) const
+ {
+ return this->poa_;
+ }
+ }
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL