summaryrefslogtreecommitdiff
path: root/TAO/tao/MMAP_Allocator.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
commit9c2821704d3f5919de4cc6d1612ceef77dfc85b6 (patch)
tree490d5c6732977dac6aa166f211613d3c8144311b /TAO/tao/MMAP_Allocator.h
parent44b236a3a36ce56a1029788a17ce4e6a43fc3fc7 (diff)
downloadATCD-9c2821704d3f5919de4cc6d1612ceef77dfc85b6.tar.gz
Layout changes
Diffstat (limited to 'TAO/tao/MMAP_Allocator.h')
-rw-r--r--TAO/tao/MMAP_Allocator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/MMAP_Allocator.h b/TAO/tao/MMAP_Allocator.h
index 07c5aa64c11..11f2a09c8f0 100644
--- a/TAO/tao/MMAP_Allocator.h
+++ b/TAO/tao/MMAP_Allocator.h
@@ -44,7 +44,6 @@ class TAO_MMAP_Allocator
: public TAO_MMAP_Allocator_Base
{
public:
-
/// Constructor
TAO_MMAP_Allocator (void);
@@ -59,11 +58,9 @@ public:
off_t offset (void * p);
private:
-
// Disallow copying.
TAO_MMAP_Allocator (TAO_MMAP_Allocator const &);
void operator= (TAO_MMAP_Allocator const &);
-
};
TAO_END_VERSIONED_NAMESPACE_DECL