summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Descriptor_Interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport_Descriptor_Interface.h')
-rw-r--r--TAO/tao/Transport_Descriptor_Interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport_Descriptor_Interface.h b/TAO/tao/Transport_Descriptor_Interface.h
index 0934238d072..7cc891fecff 100644
--- a/TAO/tao/Transport_Descriptor_Interface.h
+++ b/TAO/tao/Transport_Descriptor_Interface.h
@@ -73,7 +73,7 @@ protected:
/// Constructor
TAO_Transport_Descriptor_Interface (TAO_Endpoint *endpoint,
- CORBA::Boolean flag = 0);
+ CORBA::Boolean take_ownership = 0);
/// The base property of the connection ie. the peer's endpoint
TAO_Endpoint *endpoint_;
@@ -83,7 +83,7 @@ protected:
/// Is the endpoint allocated on the heap? If so, we will have to
/// delete it when we destruct ourselves.
- CORBA::Boolean endpoint_from_heap_;
+ CORBA::Boolean release_;
};
TAO_END_VERSIONED_NAMESPACE_DECL