summaryrefslogtreecommitdiff
path: root/TAO/tao/Incoming_Message_Queue.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-19 19:50:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-19 19:50:42 +0000
commitf196180de63dd0737884d224ce0e108ce693b77d (patch)
tree2c1ab4397729ee14263a19d966caaa736d04d0e5 /TAO/tao/Incoming_Message_Queue.h
parentf3748c78b57c2e4d646113c689c154a0726ca37b (diff)
downloadATCD-f196180de63dd0737884d224ce0e108ce693b77d.tar.gz
ChangeLogTag: Mon Jun 19 12:11:09 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Incoming_Message_Queue.h')
-rw-r--r--TAO/tao/Incoming_Message_Queue.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Incoming_Message_Queue.h b/TAO/tao/Incoming_Message_Queue.h
index 18d324dd349..80276c72b99 100644
--- a/TAO/tao/Incoming_Message_Queue.h
+++ b/TAO/tao/Incoming_Message_Queue.h
@@ -71,7 +71,7 @@ public:
int enqueue_tail (TAO_Queued_Data *nd);
/// Return the length of the queue..
- CORBA::ULong queue_length (void);
+ CORBA::ULong queue_length (void) const;
private:
@@ -94,7 +94,7 @@ private:
TAO_ORB_Core *orb_core_;
};
-/// Constant value indicating that the correct value is unknown yet,
+/// Constant value indicating that the correct value is unknown yet,
/// probably parsing the header failed due to insufficient data in buffer.
const size_t TAO_MISSING_DATA_UNDEFINED = ~((size_t) 0); // MAX_SIZE_T
@@ -143,7 +143,7 @@ public:
int consolidate (void);
public:
-
+
/// The message block that contains the message.
ACE_Message_Block *msg_block_;
@@ -154,8 +154,8 @@ public:
data missing from \a msg_block_.
*/
//@{
- /*! Data missing in the above message that hasn't been read or processed yet,
- the value TAO_MISSING_DATA_UNDEFINED indicates it hasn't been processed yet,
+ /*! Data missing in the above message that hasn't been read or processed yet,
+ the value TAO_MISSING_DATA_UNDEFINED indicates it hasn't been processed yet,
otherwise greater or equal zero. */
size_t missing_data_;
//@}