summaryrefslogtreecommitdiff
path: root/TAO/IIOP/lib/params.hh
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/IIOP/lib/params.hh')
-rw-r--r--TAO/IIOP/lib/params.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/IIOP/lib/params.hh b/TAO/IIOP/lib/params.hh
index 4fd9d64a7b0..dd048b2aae1 100644
--- a/TAO/IIOP/lib/params.hh
+++ b/TAO/IIOP/lib/params.hh
@@ -112,6 +112,8 @@ public:
CONCURRENCY_STRATEGY* concurrency_strategy();
SCHEDULING_STRATEGY* scheduling_strategy();
+ ROA_Factory();
+
private:
CONCURRENCY_STRATEGY* concurrency_strategy_;
ACE_Thread_Strategy<ROA_Handler> threaded_strategy_;