diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-22 21:38:18 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-22 21:38:18 +0000 |
commit | 170d54dba97099b0767bebef045ea3780c9d1df6 (patch) | |
tree | 25efdeba9818507f71827bf79feede9077cf1ab8 /TAO/tao | |
parent | 4a8ee49e83af53bdb1225b774e6e025abdfe30b5 (diff) | |
download | ATCD-170d54dba97099b0767bebef045ea3780c9d1df6.tar.gz |
ChangeLogTag:Tue Jan 22 13:36:05 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/ClientRequestInfo_i.cpp | 4 | ||||
-rw-r--r-- | TAO/tao/ClientRequestInfo_i.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/ClientRequestInfo_i.cpp b/TAO/tao/ClientRequestInfo_i.cpp index c8f98853255..cd3bdb2a794 100644 --- a/TAO/tao/ClientRequestInfo_i.cpp +++ b/TAO/tao/ClientRequestInfo_i.cpp @@ -26,6 +26,10 @@ TAO_ClientRequestInfo_i::TAO_ClientRequestInfo_i (TAO_GIOP_Invocation *inv, { } +TAO_ClientRequestInfo_i::~TAO_ClientRequestInfo_i (void) +{ +} + CORBA::Object_ptr TAO_ClientRequestInfo_i::target (TAO_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) diff --git a/TAO/tao/ClientRequestInfo_i.h b/TAO/tao/ClientRequestInfo_i.h index d2a0b5f50e5..b1488d2f0f9 100644 --- a/TAO/tao/ClientRequestInfo_i.h +++ b/TAO/tao/ClientRequestInfo_i.h @@ -47,6 +47,9 @@ public: TAO_ClientRequestInfo_i (TAO_GIOP_Invocation *invocation, CORBA::Object_ptr target); + /// Destructor. + virtual ~TAO_ClientRequestInfo_i (void); + /// Return an ID unique to the current request. This request ID may /// or may not be the same as the GIOP request ID. CORBA::ULong request_id ( |