summaryrefslogtreecommitdiff
path: root/ACE/ace/Pagefile_Memory_Pool.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-11 18:17:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-11 18:17:14 +0000
commit981b4aef16c474346c9466fc8e9bf91bc25dba86 (patch)
treefd23352513f49fd54cf0d22a4326af5705134ffe /ACE/ace/Pagefile_Memory_Pool.cpp
parenteda2199ed00a18f0c22a48dd9cc2c5976efd8258 (diff)
downloadATCD-981b4aef16c474346c9466fc8e9bf91bc25dba86.tar.gz
Mon May 11 18:17:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/OS_NS_unistd.cpp: * ace/Pagefile_Memory_Pool.cpp: * ace/Pagefile_Memory_Pool.h: Fixed cegcc compile warnings
Diffstat (limited to 'ACE/ace/Pagefile_Memory_Pool.cpp')
-rw-r--r--ACE/ace/Pagefile_Memory_Pool.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/Pagefile_Memory_Pool.cpp b/ACE/ace/Pagefile_Memory_Pool.cpp
index 9fa2a5f9302..1651bd2777f 100644
--- a/ACE/ace/Pagefile_Memory_Pool.cpp
+++ b/ACE/ace/Pagefile_Memory_Pool.cpp
@@ -95,6 +95,10 @@ ACE_Pagefile_Memory_Pool::ACE_Pagefile_Memory_Pool (const ACE_TCHAR *backing_sto
ACE_TEXT ("_"));
}
+ACE_Pagefile_Memory_Pool::~ACE_Pagefile_Memory_Pool (void)
+{
+}
+
void *
ACE_Pagefile_Memory_Pool::acquire (size_t nbytes,
size_t &rounded_bytes)