summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-06-28 23:31:57 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-06-28 23:31:57 +0000
commite802045ee8ceb2d4a7722a1b82391f328c847dee (patch)
tree4910e8cb780f0a51de6623a380de1f873a210602
parent4dba152e9cdf2ac69c0ecd35894a6d563db01fca (diff)
downloadATCD-e802045ee8ceb2d4a7722a1b82391f328c847dee.tar.gz
ChangeLogTag:Thu Jun 28 18:30:03 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog_bug_57525
1 files changed, 15 insertions, 10 deletions
diff --git a/TAO/ChangeLog_bug_575 b/TAO/ChangeLog_bug_575
index 991bde11748..3b97e87cd63 100644
--- a/TAO/ChangeLog_bug_575
+++ b/TAO/ChangeLog_bug_575
@@ -1,8 +1,13 @@
+Thu Jun 28 18:30:03 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/Resume_Handle.cpp: Added a check for resumable_handlers
+ before actually resuming the handle.
+
Thu Jun 28 18:25:03 2001 Balachandran Natarajan <bala@cs.wustl.edu>
- * tao/Transport.cpp (process_queue_head):
+ * tao/Transport.cpp (process_queue_head):
* tao/Transport.h: Added a new method that would take the message
- from the head of the incoming queue and send it for processing.
+ from the head of the incoming queue and send it for processing.
* tao/GIOP_Message_Base.cpp: Minor formatting.
@@ -14,29 +19,29 @@ Thu Jun 28 17:16:50 2001 Balachandran Natarajan <bala@cs.wustl.edu>
TAO_ORB_Core as one of the arguments. GIOP classes hold a copy
of the pointer to the ORB_Core and so it is no
necessary. Removed the following methods
-
- - is_message_complete ()
+
+ - is_message_complete ()
- message_type ()
The message_type () method is now local to the GIOP classes and
it returns the Pluggable Message type from the
GIOP_Message_State. This method is now used to fill the node
- with the right information type about the message.
+ with the right information type about the message.
* tao/Transport.cpp: Used the information from the node of the
- queue to determine the type of message before processing it.
-
+ queue to determine the type of message before processing it.
+
Thu Jun 28 15:12:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
- * tao/GIOP_Message_Base.cpp:
+ * tao/GIOP_Message_Base.cpp:
* tao/GIOP_Message_Base.i: Moved the get_queued_data () from the
- .i file to the .cpp file.
+ .i file to the .cpp file.
* tao/Incoming_Message_Queue.h: #include'd a file.
* tao/Makefile: Added new files.
* tao/Resume_Handle.inl: Added the ACE_INLINE macros to the
methods defined in this file.
-
+
Thu Jun 28 09:30:43 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Transport.cpp: