summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
commit97a7e757bb6e4415487770614266e114b2f3c3b7 (patch)
treea681f895cf5a9b8a4f7ab6603ee4fd3a55ca0305 /TAO/tao/Transport.h
parente1e3a5aa98d33f78395624a2e57d173a8e738de6 (diff)
downloadATCD-97a7e757bb6e4415487770614266e114b2f3c3b7.tar.gz
ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Transport.h')
-rw-r--r--TAO/tao/Transport.h6
1 files changed, 3 insertions, 3 deletions
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.