diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-02-25 14:56:38 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-02-25 14:56:38 +0100 |
commit | fd6649bb4aead8313bd1e7f818de34b6bb0c6ca1 (patch) | |
tree | a551620b289d79b46b4ec05069a2876573fe4e53 /TAO/tao/Exception.cpp | |
parent | fdf9fe05d6a4499ced8b55b52f179275ce0c90b0 (diff) | |
download | ATCD-fd6649bb4aead8313bd1e7f818de34b6bb0c6ca1.tar.gz |
Modernize using default/delete/override
* TAO/tao/CORBALOC_Parser.cpp:
* TAO/tao/CORBALOC_Parser.h:
* TAO/tao/CORBALOC_Parser.inl:
* TAO/tao/CORBANAME_Parser.cpp:
* TAO/tao/CORBANAME_Parser.h:
* TAO/tao/DLL_Parser.cpp:
* TAO/tao/DLL_Parser.h:
* TAO/tao/Default_Stub_Factory.cpp:
* TAO/tao/Default_Stub_Factory.h:
* TAO/tao/Dynamic_Adapter.h:
* TAO/tao/Endpoint.cpp:
* TAO/tao/Endpoint.h:
* TAO/tao/Endpoint.inl:
* TAO/tao/Endpoint_Selector_Factory.h:
* TAO/tao/Environment.cpp:
* TAO/tao/Environment.h:
* TAO/tao/Exception.cpp:
* TAO/tao/Exception.h:
* TAO/tao/FILE_Parser.cpp:
* TAO/tao/FILE_Parser.h:
* TAO/tao/Fault_Tolerance_Service.h:
* TAO/tao/Fault_Tolerance_Service.inl:
* TAO/tao/Flushing_Strategy.h:
* TAO/tao/HTTP_Parser.cpp:
* TAO/tao/HTTP_Parser.h:
* TAO/tao/IOR_Parser.h:
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r-- | TAO/tao/Exception.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp index a0234612fc2..8868601f717 100644 --- a/TAO/tao/Exception.cpp +++ b/TAO/tao/Exception.cpp @@ -45,16 +45,6 @@ CORBA::Exception::Exception (const CORBA::Exception &src) // responsible for releasing any storage owned by the exception. It // can do this because it's got the local name and the id. -CORBA::Exception::Exception () - : id_ (), - name_ () -{ -} - -CORBA::Exception::~Exception () -{ -} - CORBA::Exception & CORBA::Exception::operator= (const CORBA::Exception &src) { |