summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.h')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.h b/TAO/tao/PortableServer/Object_Adapter.h
index 0005ad5594d..13f1c3d515c 100644
--- a/TAO/tao/PortableServer/Object_Adapter.h
+++ b/TAO/tao/PortableServer/Object_Adapter.h
@@ -676,6 +676,9 @@ public:
void using_servant_locator (void);
// We are using the servant locator for this upcall.
+ CORBA::Short priority (void) const;
+ // Get the priority for the current upcall.
+
protected:
void servant_locator_cleanup (void);