summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-11 18:14:57 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-11 18:14:57 +0100
commit423f0956e917d5c906dec01a914fc8437e576f28 (patch)
tree5b8b3aa074f9d0a6315c68e370ad9fa4b34572f9 /TAO/tao/PI/PICurrent.h
parent4537dce5d336466c58dc607fb511f78ee82580f2 (diff)
downloadATCD-423f0956e917d5c906dec01a914fc8437e576f28.tar.gz
Layout changes and make use of = delete
* TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.h: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.inl: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.inl: * TAO/orbsvcs/orbsvcs/Security/Security_Current.h: * TAO/tao/CodecFactory/CDR_Encaps_Codec.h: * TAO/tao/CodecFactory/CodecFactory_impl.h: * TAO/tao/IORInterceptor/IORInfo.h: * TAO/tao/PI/ORBInitInfo.h: * TAO/tao/PI/PICurrent.h: * TAO/tao/PI/PICurrent_Impl.h: * TAO/tao/TransportCurrent/Current_Impl.h: * TAO/tao/TransportCurrent/IIOP_Current_Impl.h:
Diffstat (limited to 'TAO/tao/PI/PICurrent.h')
-rw-r--r--TAO/tao/PI/PICurrent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/PI/PICurrent.h b/TAO/tao/PI/PICurrent.h
index 78ae7d699ec..d832921457c 100644
--- a/TAO/tao/PI/PICurrent.h
+++ b/TAO/tao/PI/PICurrent.h
@@ -101,12 +101,8 @@ namespace TAO
virtual ~PICurrent () = default;
private:
- /// Prevent copying through the copy constructor and the assignment
- /// operator.
- //@{
PICurrent (const PICurrent &) = delete;
void operator= (const PICurrent &) = delete;
- //@}
private:
/// Reference to the orb core.