summaryrefslogtreecommitdiff
path: root/TAO/tao/Connect.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connect.i')
-rw-r--r--TAO/tao/Connect.i12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Connect.i b/TAO/tao/Connect.i
new file mode 100644
index 00000000000..9c85c376b4f
--- /dev/null
+++ b/TAO/tao/Connect.i
@@ -0,0 +1,12 @@
+ACE_INLINE TAO_OA_Parameters *
+TAO_Server_Connection_Handler::params (void)
+{
+ return this->params_;
+}
+
+ACE_INLINE void
+TAO_Server_Connection_Handler::params (TAO_OA_Parameters *p)
+{
+ this->params_ = p;
+}
+