summaryrefslogtreecommitdiff
path: root/ace/Map_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-28 23:32:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-28 23:32:00 +0000
commit2b13f6216fc8bc506386fda347f4cc22ec10c926 (patch)
treedbb1e00111aef87e5d662206ba1ec33f82724140 /ace/Map_Manager.h
parent52c76d2e5b199673878bec8acba17d9976ba6b0b (diff)
downloadATCD-2b13f6216fc8bc506386fda347f4cc22ec10c926.tar.gz
.
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r--ace/Map_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h
index c982fc3a113..0925d3c6dd7 100644
--- a/ace/Map_Manager.h
+++ b/ace/Map_Manager.h
@@ -200,10 +200,10 @@ public:
// in case the caller needs to deallocate memory. Returns 0 if
// successful, else -1.
- size_t current_size (void);
+ size_t current_size (void) const;
// Return the current size of the map.
- size_t total_size (void);
+ size_t total_size (void) const;
// Return the total size of the map.
ACE_LOCK &mutex (void);