summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/NVList.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/NVList.h')
-rw-r--r--TAO/tao/AnyTypeCode/NVList.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/NVList.h b/TAO/tao/AnyTypeCode/NVList.h
index e68f65402bf..001a1d7691d 100644
--- a/TAO/tao/AnyTypeCode/NVList.h
+++ b/TAO/tao/AnyTypeCode/NVList.h
@@ -106,7 +106,6 @@ namespace CORBA
typedef NamedValue_out _out_type;
protected:
-
/// Destructor
/**
* Protected destructor to enforce proper memory management
@@ -115,13 +114,11 @@ namespace CORBA
~NamedValue (void);
private:
-
/// private constructor. Cannot be directly instantiated other than
/// by its friends.
NamedValue (void);
private:
-
/// Reference counter.
#if defined (ACE_HAS_CPP11)
std::atomic<uint32_t> refcount_;
@@ -241,7 +238,6 @@ namespace CORBA
typedef NVList_out _out_type;
protected:
-
/// Destructor
/**
* Protected destructor to enforce proper memory management