summaryrefslogtreecommitdiff
path: root/TAO/tao/Incoming_Message_Queue.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-16 03:24:20 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-16 03:24:20 +0000
commit12ea449365d25f2be70fc2559126f0ac06d5ff74 (patch)
treeae3e5bcb615d956b92a2af67083928b435a56de3 /TAO/tao/Incoming_Message_Queue.h
parente630537f6d59a3fca512b1f29481d2862a5ed6e8 (diff)
downloadATCD-12ea449365d25f2be70fc2559126f0ac06d5ff74.tar.gz
ChangeLogTag: Mon Apr 15 22:19:31 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Incoming_Message_Queue.h')
-rw-r--r--TAO/tao/Incoming_Message_Queue.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Incoming_Message_Queue.h b/TAO/tao/Incoming_Message_Queue.h
index 6037ca825af..4a4d6109608 100644
--- a/TAO/tao/Incoming_Message_Queue.h
+++ b/TAO/tao/Incoming_Message_Queue.h
@@ -166,6 +166,11 @@ public:
/// Pounter to the next element in the queue.
TAO_Queued_Data *next_;
+
+private:
+ /// Replace the datablock with a one allocated on the heap or
+ /// allocator
+ static void replace_data_block (ACE_Message_Block &mb);
};