summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Message.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2006-08-15 15:49:02 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2006-08-15 15:49:02 +0000
commit25a924e9e32dd1fe24047bfa66b293baef5e7648 (patch)
tree0a1115f1046fcc2c35626776f6d4ec85bcf69d6d /TAO/tao/Queued_Message.cpp
parentdd79b6cb78943f5f29b6be3d20083d9c4b2f46cc (diff)
downloadATCD-25a924e9e32dd1fe24047bfa66b293baef5e7648.tar.gz
Tue Aug 15 14:56:35 UTC 2006 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tao/Queued_Message.cpp')
-rw-r--r--TAO/tao/Queued_Message.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Queued_Message.cpp b/TAO/tao/Queued_Message.cpp
index 8b4b73072c9..19cba1406a6 100644
--- a/TAO/tao/Queued_Message.cpp
+++ b/TAO/tao/Queued_Message.cpp
@@ -102,4 +102,10 @@ TAO_Queued_Message::push_front (TAO_Queued_Message *&head,
}
}
+bool
+TAO_Queued_Message::is_expired (const ACE_Time_Value &) const
+{
+ return false;
+}
+
TAO_END_VERSIONED_NAMESPACE_DECL