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, 0 insertions, 12 deletions
diff --git a/TAO/tao/connect.i b/TAO/tao/connect.i
deleted file mode 100644
index 9c85c376b4f..00000000000
--- a/TAO/tao/connect.i
+++ /dev/null
@@ -1,12 +0,0 @@
-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;
-}
-