diff options
Diffstat (limited to 'TAO/tao/ClientRequestInfo_i.h')
-rw-r--r-- | TAO/tao/ClientRequestInfo_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 ( |