summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-29 20:29:13 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-29 20:29:13 +0000
commit016adc03fc5b473dcc286d6de36f702d744538ad (patch)
tree53803b959c6d67354ec0d854f342b56d8506fffc
parentb6c8a2f8c430a2c25fda5a15ff35472782a5c014 (diff)
downloadATCD-016adc03fc5b473dcc286d6de36f702d744538ad.tar.gz
Removed the old Carlos - Alex conversational comments.
-rw-r--r--TAO/tao/Invocation.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index a9c852905a8..dec85b35fa9 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -186,14 +186,6 @@ TAO_GIOP_Invocation::start (CORBA::Boolean is_roundtrip,
ACE_THROW (CORBA::TRANSIENT ());
}
- // @@ Alex: we must check this, it seems that it would be cleaner if
- // the Transport's ORB_Core was initialized way in advance...
-
- // @@ Done (Alex).
-
- // Init the transport object with the orb core resource.
- // this->transport_->orb_core (this->orb_core_);
-
// Init the input message states in the transport object.
// This is necessary for the round trip call only. But it is ok to
// do this in all cases.