summaryrefslogtreecommitdiff
path: root/ace/Map_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-03 03:23:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-03 03:23:17 +0000
commita549f00b15db9c1bce2e60f77c4f9de4231eddbd (patch)
tree53e6560d75c8cbff236eac88ab9776bcea8cad01 /ace/Map_Manager.h
parente18cae36d6c5cc4abc169848e9e6068a525a3d84 (diff)
downloadATCD-a549f00b15db9c1bce2e60f77c4f9de4231eddbd.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r--ace/Map_Manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h
index 23190077974..c93c0768fc9 100644
--- a/ace/Map_Manager.h
+++ b/ace/Map_Manager.h
@@ -36,6 +36,10 @@ struct ACE_Map_Entry
int is_free_;
// Keeps track whether entry is free or not.
+ ~ACE_Map_Entry (void);
+ // We need this destructor to keep some compilers from complaining.
+ // It's just a no-op, however.
+
void dump (void) const;
// Dump the state of an object.