summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocol_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
commit5c63401167dfc6b081196f1b8eacaa52c04b29b4 (patch)
treebc5fd9864f4ab97a4b95e714d44b225ff0c45625 /TAO/tao/Protocol_Factory.cpp
parent895e250194dd01d2d4f866908a6201dbbce3fc7b (diff)
downloadATCD-5c63401167dfc6b081196f1b8eacaa52c04b29b4.tar.gz
ChangeLogTag:Fri Aug 27 17:06:54 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Protocol_Factory.cpp')
-rw-r--r--TAO/tao/Protocol_Factory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Protocol_Factory.cpp b/TAO/tao/Protocol_Factory.cpp
index 364f6605918..adb52c2f5bd 100644
--- a/TAO/tao/Protocol_Factory.cpp
+++ b/TAO/tao/Protocol_Factory.cpp
@@ -46,6 +46,12 @@ TAO_Protocol_Factory::prefix (void) const
return ::prefix_;
}
+char
+TAO_Protocol_Factory::options_delimiter (void) const
+{
+ return '\0';
+}
+
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)