summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.cpp')
-rw-r--r--TAO/tao/Pluggable_Messaging.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Pluggable_Messaging.cpp b/TAO/tao/Pluggable_Messaging.cpp
index 65c2c20a01c..c7ec77f596d 100644
--- a/TAO/tao/Pluggable_Messaging.cpp
+++ b/TAO/tao/Pluggable_Messaging.cpp
@@ -14,3 +14,9 @@ TAO_Pluggable_Messaging::~TAO_Pluggable_Messaging (void)
{
}
+
+int
+TAO_Pluggable_Messaging::more_messages (void)
+{
+ ACE_NOTSUP_RETURN (-1);
+}