summaryrefslogtreecommitdiff
path: root/ACE/ace/Local_Memory_Pool.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-20 14:13:07 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-20 14:13:07 +0200
commit78bb4ae0df5461dcfd5303a02c63fc2fb8fd82d2 (patch)
tree5bf9f632970ffe16fb968d6068c5cf4f325da655 /ACE/ace/Local_Memory_Pool.h
parent3568c72dc8476bc3a521150fff2e8bb6f193a7d8 (diff)
downloadATCD-78bb4ae0df5461dcfd5303a02c63fc2fb8fd82d2.tar.gz
Const and layout changes
* ACE/ace/Acceptor.cpp: * ACE/ace/Connector.cpp: * ACE/ace/FILE_IO.h: * ACE/ace/Hashable.h: * ACE/ace/INET_Addr.cpp: * ACE/ace/IOStream_T.h: * ACE/ace/IO_SAP.h: * ACE/ace/IPC_SAP.h: * ACE/ace/If_Then_Else.h: * ACE/ace/Local_Memory_Pool.h:
Diffstat (limited to 'ACE/ace/Local_Memory_Pool.h')
-rw-r--r--ACE/ace/Local_Memory_Pool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Local_Memory_Pool.h b/ACE/ace/Local_Memory_Pool.h
index 1d931e3df37..913887de151 100644
--- a/ACE/ace/Local_Memory_Pool.h
+++ b/ACE/ace/Local_Memory_Pool.h
@@ -122,7 +122,6 @@ protected:
/// Implement the algorithm for rounding up the request to an
/// appropriate chunksize.
virtual size_t round_up (size_t nbytes);
-
};
ACE_END_VERSIONED_NAMESPACE_DECL