diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-12 02:18:02 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-12 02:18:02 +0000 |
commit | 347bafa3540f2856b84657da488ec5f7a4580451 (patch) | |
tree | 6947004db5f4bc6b78119c9cc0ea93fd822bd179 /TAO/tao/Server_Request.h | |
parent | e743ad44238c073d8a6d6de9a287b626275d4406 (diff) | |
download | ATCD-347bafa3540f2856b84657da488ec5f7a4580451.tar.gz |
ChangeLog entry: Thu Jun 11 21:15:00 1998 Michael Kircher <mk1@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Server_Request.h')
-rw-r--r-- | TAO/tao/Server_Request.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Server_Request.h b/TAO/tao/Server_Request.h index f0dc4c9287c..09b75d7ed6a 100644 --- a/TAO/tao/Server_Request.h +++ b/TAO/tao/Server_Request.h @@ -264,6 +264,11 @@ public: TAO_HRESULT QueryInterface (REFIID riid, void **ppv); + // To handle System Exceptions at the lowest level, + // a method returning the request_id_ is needed. + + CORBA::ULong request_id (void); + private: #if !defined (TAO_COPY_OPNAME) char* operation_; @@ -272,6 +277,8 @@ private: #endif // Operation name. + CORBA::Object_var forward_location_; + TAO_InputCDR *incoming_; // Incoming stream. |