summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-01-02 12:05:05 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-01-02 12:05:05 +0000
commit57fbe4b7ca413d55bfa186ac1f339748c0f79add (patch)
tree3d804c53568981b03c1001cceb5086c36b762db0
parent8e46ca6a9e352331dabb0669c746d9671a582171 (diff)
downloadATCD-57fbe4b7ca413d55bfa186ac1f339748c0f79add.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/GIOP_Message_Handler.cpp1
-rw-r--r--TAO/tao/things_that_needs5
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Handler.cpp b/TAO/tao/GIOP_Message_Handler.cpp
index 25e616627e5..ea9269eb4d9 100644
--- a/TAO/tao/GIOP_Message_Handler.cpp
+++ b/TAO/tao/GIOP_Message_Handler.cpp
@@ -276,7 +276,6 @@ TAO_GIOP_Message_Handler::is_message_ready (void)
size_t len = this->current_buffer_.length ();
if (len == this->message_state_.message_size)
-
{
// If the buffer length is equal to the size of the payload we
// have exactly one message. Check whether we have received
diff --git a/TAO/tao/things_that_needs b/TAO/tao/things_that_needs
index 9ead842f51c..2211ee7fb03 100644
--- a/TAO/tao/things_that_needs
+++ b/TAO/tao/things_that_needs
@@ -1,5 +1,6 @@
- GIOP lite
- other transports
-- Why does the rd_ptr () not align when
+- Why does the rd_ptr () not align when
we use a cdr allocator from ORB_Core??
-
+- Fix faults test
+- write a new test as Carlos suggested