summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-23 11:36:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-23 11:36:53 +0000
commit158f65634ead549468410e792212ca37489bdedf (patch)
treea12adf785a777d4e251c9da9e7d00e47138d7736 /TAO/tao/GIOP_Message_Base.h
parent915932d9128567204c20be8c4bc99cde63d8482f (diff)
downloadATCD-158f65634ead549468410e792212ca37489bdedf.tar.gz
Mon Jul 23 11:36:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.h')
-rw-r--r--TAO/tao/GIOP_Message_Base.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/GIOP_Message_Base.h b/TAO/tao/GIOP_Message_Base.h
index 9ba13f3f1f9..cc50d583191 100644
--- a/TAO/tao/GIOP_Message_Base.h
+++ b/TAO/tao/GIOP_Message_Base.h
@@ -245,8 +245,6 @@ protected:
const TAO_GIOP_Message_State& state) const;
private:
- int parse_incoming_messages (ACE_Message_Block &incoming);
-
/// Parse GIOP request-id of TAO_Queued_Data @a qd
/// @return 0 on success, otherwise -1
int parse_request_id (const TAO_Queued_Data *qd, CORBA::ULong &request_id) const;
@@ -267,10 +265,6 @@ private:
/// Cached ORB_Core pointer...
TAO_ORB_Core *orb_core_;
- /// The message handler object that does reading and parsing of the
- /// incoming messages
- TAO_GIOP_Message_State message_state_;
-
/// All the implementations of GIOP message generator and parsers
TAO_GIOP_Message_Generator_Parser_Impl tao_giop_impl_;