summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-07-05 00:53:45 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-07-05 00:53:45 +0000
commit7a5e18cae04d0ab570e009bf76a8f2bb52417199 (patch)
treeb06fa0e6151824688c7ce611ff656f395d0f20c5
parenta84f7193733ca9156729f526739f203f1ab175b1 (diff)
downloadATCD-bug_575_stage_1.tar.gz
*** empty log message ***bug_575_stage_1
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp24
-rw-r--r--TAO/tao/GIOP_Message_Base.h3
2 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index a5edf3980d8..10417e4d38b 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -1360,30 +1360,6 @@ TAO_GIOP_Message_Base::is_ready_for_bidirectional (void)
return this->generator_parser_->is_ready_for_bidirectional ();
}
-int
-TAO_GIOP_Message_Base::more_messages (void)
-{
-# if 0
- int retval =
- this->message_handler_.is_message_ready ();
-
- if (retval <= 0)
- return retval;
-
-
- // Get the message state
- TAO_GIOP_Message_State &state =
- this->message_handler_.message_state ();
-
- // Set the state internally for parsing and generating messages
- this->set_state (state.giop_version.major,
- state.giop_version.minor);
-
- return retval;
-#endif
-
- return 0;
-}
TAO_Queued_Data *
TAO_GIOP_Message_Base::make_queued_data (size_t sz)
diff --git a/TAO/tao/GIOP_Message_Base.h b/TAO/tao/GIOP_Message_Base.h
index 280657fd03b..c30113ec963 100644
--- a/TAO/tao/GIOP_Message_Base.h
+++ b/TAO/tao/GIOP_Message_Base.h
@@ -208,9 +208,6 @@ private:
/// request/response?
virtual int is_ready_for_bidirectional (void);
- /// Are there any more messages that needs processing
- virtual int more_messages (void);
-
/// Creates a new node for the queue with a message block in the
/// node of size <sz>..
TAO_Queued_Data *make_queued_data (size_t sz);