summaryrefslogtreecommitdiff
path: root/examples/ASX
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ASX')
-rw-r--r--examples/ASX/Event_Server/Event_Server/Peer_Router.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp b/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp
index a81b2e73e63..332ad520e84 100644
--- a/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp
+++ b/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp
@@ -202,6 +202,8 @@ Peer_Handler::put (ACE_Message_Block *mb, ACE_Time_Value *tv)
// If we're running as Active Objects just enqueue the message here.
return this->putq (mb, tv);
#else
+ ACE_UNUSED_ARG (tv);
+
int result = 0;
result = this->peer ().send_n (mb->rd_ptr (),