summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-02-25 18:05:47 +0100
committerGitHub <noreply@github.com>2021-02-25 18:05:47 +0100
commit74d46d603c2f34cbd675287f40ceaff6a21007fa (patch)
treea551620b289d79b46b4ec05069a2876573fe4e53 /TAO/tao/CORBALOC_Parser.inl
parentfdf9fe05d6a4499ced8b55b52f179275ce0c90b0 (diff)
parentfd6649bb4aead8313bd1e7f818de34b6bb0c6ca1 (diff)
downloadATCD-74d46d603c2f34cbd675287f40ceaff6a21007fa.tar.gz
Merge pull request #1441 from jwillemsen/jwi-cpp11modernize
Modernize using default/delete/override
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.inl')
-rw-r--r--TAO/tao/CORBALOC_Parser.inl11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/CORBALOC_Parser.inl b/TAO/tao/CORBALOC_Parser.inl
index a81ae2f6ac1..399a02a53bb 100644
--- a/TAO/tao/CORBALOC_Parser.inl
+++ b/TAO/tao/CORBALOC_Parser.inl
@@ -4,17 +4,6 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
-TAO_CORBALOC_Parser::TAO_CORBALOC_Parser (void)
-{
-}
-
-ACE_INLINE
-TAO_CORBALOC_Parser::parsed_endpoint::parsed_endpoint (void)
- : profile_ (0)
-{
-}
-
-ACE_INLINE
TAO_CORBALOC_Parser::parsed_endpoint::~parsed_endpoint (void)
{
if (this->profile_ != 0)