diff options
Diffstat (limited to 'TAO/tao/Queued_Message.cpp')
-rw-r--r-- | TAO/tao/Queued_Message.cpp | 6 |
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 |