summaryrefslogtreecommitdiff
path: root/ACE/ace/PI_Malloc.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-12 17:02:27 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-12 17:02:27 +0200
commit42c12b3727d091e29bcf74886343a75023c43a2e (patch)
treed3f530d8851a18f153ad9292148234684c411379 /ACE/ace/PI_Malloc.h
parentc942cf5318f7599584cccedaf2f6c3ababd49708 (diff)
downloadATCD-42c12b3727d091e29bcf74886343a75023c43a2e.tar.gz
Layout and typo changes
* ACE/ace/PI_Malloc.h:
Diffstat (limited to 'ACE/ace/PI_Malloc.h')
-rw-r--r--ACE/ace/PI_Malloc.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ACE/ace/PI_Malloc.h b/ACE/ace/PI_Malloc.h
index 94dcb392d42..4a69b0cb09f 100644
--- a/ACE/ace/PI_Malloc.h
+++ b/ACE/ace/PI_Malloc.h
@@ -34,9 +34,9 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @brief This information is stored in memory allocated by the Memory_Pool.
*
* This class implements the control block structure that can be
- * used in a "position indepent" fashion, i.e., you don't need to
+ * used in a "position independent" fashion, i.e., you don't need to
* "map" the underlying memory pool to the same address in
- * processes sharing the memory. The tradoff of this flexibility
+ * processes sharing the memory. The trade off of this flexibility
* is more expensive malloc/free operations.
*/
class ACE_Export ACE_PI_Control_Block
@@ -81,11 +81,9 @@ public:
void dump (void) const;
private:
-
// Disallow copy construction and assignment.
ACE_Malloc_Header (ACE_Malloc_Header const &);
void operator= (ACE_Malloc_Header const &);
-
};
/**
@@ -143,7 +141,6 @@ public:
void dump (void) const;
private:
-
// Disallow assignment.
void operator= (const ACE_Name_Node &);
};
@@ -192,7 +189,6 @@ public:
void dump (void) const;
private:
-
// Disallow assignment.
void operator= (const ACE_Control_Block &);
};