summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Factory.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-08-27 22:07:21 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-08-27 22:07:21 +0000
commit03b2325acc3d42d7e853846a9539f48af90156eb (patch)
treebc5fd9864f4ab97a4b95e714d44b225ff0c45625 /TAO/tao/IIOP_Factory.cpp
parentb5683b8a174dcb9b652ad5738be79b2c1c116a57 (diff)
downloadATCD-03b2325acc3d42d7e853846a9539f48af90156eb.tar.gz
ChangeLogTag:Fri Aug 27 17:06:54 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Factory.cpp')
-rw-r--r--TAO/tao/IIOP_Factory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Factory.cpp b/TAO/tao/IIOP_Factory.cpp
index cfb0039d019..84d22b9c27b 100644
--- a/TAO/tao/IIOP_Factory.cpp
+++ b/TAO/tao/IIOP_Factory.cpp
@@ -32,6 +32,12 @@ TAO_IIOP_Protocol_Factory::prefix (void) const
return ::prefix_;
}
+char
+TAO_IIOP_Protocol_Factory::options_delimiter (void) const
+{
+ return '/';
+}
+
TAO_Acceptor *
TAO_IIOP_Protocol_Factory::make_acceptor (void)
{