summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Invocation.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-04-10 21:31:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-04-10 21:31:28 +0000
commitdf53cf11b473ad00d1fc0a65a59577ba7f493614 (patch)
treeb6d3b0576322ff632bb454ac57198d586bda5d05 /TAO/tao/Asynch_Invocation.h
parent2768c371d84445784a9d4b4e0ad5a359819e6073 (diff)
downloadATCD-df53cf11b473ad00d1fc0a65a59577ba7f493614.tar.gz
ChangeLogTag:Tue Apr 10 14:27:57 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Asynch_Invocation.h')
-rw-r--r--TAO/tao/Asynch_Invocation.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/Asynch_Invocation.h b/TAO/tao/Asynch_Invocation.h
index 2390243cade..5da19174c53 100644
--- a/TAO/tao/Asynch_Invocation.h
+++ b/TAO/tao/Asynch_Invocation.h
@@ -104,24 +104,6 @@ public:
protected:
- /// Generate a request ID for an asynchronous invocation
- /**
- * The request ID must be unique across all outstanding requests.
- * To avoid synchronization overhead, the address of the
- * TAO_Asynch_Reply_Dispatcher object is used as the request ID.
- * This guarantees that the request ID is unique.
- * @par
- * For 64-bit platforms, only the lower 32 bits are used. Hopefully
- * that will be enough to ensure uniqueness.
- * @par
- * This is basically the same trick used in
- * TAO_GIOP_Invocation::generate_request_id(). However, no right
- * shifting of 64 bit addresses is performed since the
- * TAO_Asynch_Reply_Dispatcher object is not large enough to allow
- * that trick.
- */
- virtual CORBA::ULong generate_request_id (void) const;
-
/// Implementation of the invoke() methods, handles the basic
/// send/reply code and the system exceptions.
virtual int invoke_i (CORBA::Environment &ACE_TRY_ENV)