summaryrefslogtreecommitdiff
path: root/TAO/tao/Synch_Reply_Dispatcher.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-08-11 18:01:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-08-11 18:01:34 +0000
commitad055e8c800065dae4ef56b4bfb285087de4eb16 (patch)
tree664b480cec1a6f8bb71b1e5c79683622280388a7 /TAO/tao/Synch_Reply_Dispatcher.cpp
parent19ee30a56063ba5f5b27b37ddfc77c9b77c4dba3 (diff)
downloadATCD-ad055e8c800065dae4ef56b4bfb285087de4eb16.tar.gz
Mon Aug 11 17:56:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Synch_Reply_Dispatcher.cpp')
-rw-r--r--TAO/tao/Synch_Reply_Dispatcher.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Synch_Reply_Dispatcher.cpp b/TAO/tao/Synch_Reply_Dispatcher.cpp
index 571239f2e05..34539ca3581 100644
--- a/TAO/tao/Synch_Reply_Dispatcher.cpp
+++ b/TAO/tao/Synch_Reply_Dispatcher.cpp
@@ -48,6 +48,12 @@ TAO_Synch_Reply_Dispatcher::reply_cdr (void)
return this->reply_cdr_;
}
+void
+TAO_Synch_Reply_Dispatcher::reply_timed_out (void)
+{
+ // noop
+}
+
int
TAO_Synch_Reply_Dispatcher::dispatch_reply (
TAO_Pluggable_Reply_Params &params)