summaryrefslogtreecommitdiff
path: root/ace/Node.h
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-24 12:27:03 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-24 12:27:03 +0000
commit6b6e65f031ebc3ade30b1db0abb800ceac80755c (patch)
tree56784af0f379e87ebbb4e1c06070d075b1b6629d /ace/Node.h
parent91cb7119da3c2ea3a0c92d500d513fc4df50d740 (diff)
downloadATCD-6b6e65f031ebc3ade30b1db0abb800ceac80755c.tar.gz
ChangeLogTag:Mon Mar 24 13:16:29 CET 2003 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'ace/Node.h')
-rw-r--r--ace/Node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Node.h b/ace/Node.h
index 3d69213bf26..65532c65ec5 100644
--- a/ace/Node.h
+++ b/ace/Node.h
@@ -63,6 +63,7 @@ private:
/// Current value of the item in this node.
T item_;
+ bool deleted_;
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)