summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Queued_Message.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-05 11:58:32 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-05 11:58:32 +0000
commit55a7df6a7d689640b0a4fccbbd05a75b42ab3ec3 (patch)
tree155540aa063d7b39bd95031000756e9d021e74aa /TAO/tao/Asynch_Queued_Message.cpp
parentb3b0b43110ede3cb0607aff755022d66364d6a17 (diff)
downloadATCD-55a7df6a7d689640b0a4fccbbd05a75b42ab3ec3.tar.gz
ChangeLogTag: Thu Jun 5 11:56:09 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Asynch_Queued_Message.cpp')
-rw-r--r--TAO/tao/Asynch_Queued_Message.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Asynch_Queued_Message.cpp b/TAO/tao/Asynch_Queued_Message.cpp
index b4c77aefb65..4e6e445d529 100644
--- a/TAO/tao/Asynch_Queued_Message.cpp
+++ b/TAO/tao/Asynch_Queued_Message.cpp
@@ -204,4 +204,10 @@ TAO_Asynch_Queued_Message::is_expired (const ACE_Time_Value &now) const
return false;
}
+void
+TAO_Asynch_Queued_Message::copy_if_necessary (const ACE_Message_Block*)
+{
+ // It's never necessary for asynchronously queued messages
+}
+
TAO_END_VERSIONED_NAMESPACE_DECL