summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-01-02 01:36:00 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-01-02 01:36:00 +0000
commit6bf140acf44f4f95f82aa3b5582ffd4910c5457c (patch)
tree9a3f10f521bff69abcd6f0f89294be48fbc058da
parent47b39f5d6ea2dd03fcae8cf41de416439441afdb (diff)
downloadATCD-6bf140acf44f4f95f82aa3b5582ffd4910c5457c.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/GIOP_Message_Handler.cpp1
-rw-r--r--TAO/tao/things_that_needs4
2 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Handler.cpp b/TAO/tao/GIOP_Message_Handler.cpp
index 0c77f0fc5e8..faa0fd28361 100644
--- a/TAO/tao/GIOP_Message_Handler.cpp
+++ b/TAO/tao/GIOP_Message_Handler.cpp
@@ -275,7 +275,6 @@ TAO_GIOP_Message_Handler::is_message_ready (void)
cout << "The length is " << len <<endl;
- int retval = 0;
if (len == this->message_state_.message_size)
{
diff --git a/TAO/tao/things_that_needs b/TAO/tao/things_that_needs
index 2bac15b7a46..9ead842f51c 100644
--- a/TAO/tao/things_that_needs
+++ b/TAO/tao/things_that_needs
@@ -1,5 +1,5 @@
-- Fragmentation
-- Mutliple message reads
+- GIOP lite
+- other transports
- Why does the rd_ptr () not align when
we use a cdr allocator from ORB_Core??