From f9606f4f257e642e04f8c84315b0c8f323fe65e6 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 19 Apr 2006 09:10:19 +0000 Subject: ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen --- TAO/tao/Transport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao/Transport.h') diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h index f1a9ba45ac0..075d6565296 100644 --- a/TAO/tao/Transport.h +++ b/TAO/tao/Transport.h @@ -196,7 +196,7 @@ namespace TAO * to do the above, the reactor will call us back when the handle * becomes read ready. The read-operation will copy data directly * into the enqueued buffer. If the message has bee read completely - * the message is sent to the higher layers of the ORB for processing. + * the message is sent to the higher layers of the ORB for processing. * * (c) If we get multiple messages (possible if the client connected * to the server sends oneways or AMI requests), we parse and @@ -900,10 +900,10 @@ private: protected: /// IOP protocol tag. - CORBA::ULong tag_; + CORBA::ULong const tag_; /// Global orbcore resource. - TAO_ORB_Core *orb_core_; + TAO_ORB_Core * const orb_core_; /// Our entry in the cache. We don't own this. It is here for our /// convenience. We cannot just change things around. -- cgit v1.2.1