diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 03:23:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 03:23:17 +0000 |
commit | a549f00b15db9c1bce2e60f77c4f9de4231eddbd (patch) | |
tree | 53e6560d75c8cbff236eac88ab9776bcea8cad01 /ace/Map_Manager.h | |
parent | e18cae36d6c5cc4abc169848e9e6068a525a3d84 (diff) | |
download | ATCD-a549f00b15db9c1bce2e60f77c4f9de4231eddbd.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 4 |
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. |