diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-02-07 15:26:28 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-02-07 15:26:28 +0000 |
commit | f76c4da12fa7ca27b3260f9340c50bbc5cf6859e (patch) | |
tree | 1ad681a10beaf9173d7660fb6457145d8605d597 /configmgr/source/inc/nodechange.hxx | |
parent | ae0816a808757d2a8328fa342b07515e0241fa46 (diff) |
Support checking a possibly untested change for isChanged()
Diffstat (limited to 'configmgr/source/inc/nodechange.hxx')
-rw-r--r-- | configmgr/source/inc/nodechange.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configmgr/source/inc/nodechange.hxx b/configmgr/source/inc/nodechange.hxx index 8a96ce8000f5..3970dbcf7e9c 100644 --- a/configmgr/source/inc/nodechange.hxx +++ b/configmgr/source/inc/nodechange.hxx @@ -2,9 +2,9 @@ * * $RCSfile: nodechange.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jb $ $Date: 2000-11-16 18:03:38 $ + * last change: $Author: jb $ $Date: 2001-02-07 16:26:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,9 @@ namespace configmgr /// destroys a node change ~NodeChange(); - /// checks, if this represents an actual change + /// checks, if this may represent an actual change (might not be tested) + bool maybeChange() const; + /// checks, if this represents an actual change (PRE: must be tested) bool isChange() const; /// retrieve information about the changed data bool getChangeInfo(NodeChangeInfo& rInfo) const; |