diff options
author | Brian Paul <brianp@vmware.com> | 2009-12-09 07:32:56 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-12-09 07:32:59 -0700 |
commit | 19f0f8e67a62d879216e75c756bed905019453c3 (patch) | |
tree | 92eca1aa26e2b5309adf4ffb6a4a09bc850400d4 | |
parent | f6ad711e1ba982afffb9dceac421ce02a0c3a17b (diff) |
occluQry: new error/warning report functions
Missed committing the header file on the previous commit.
-rw-r--r-- | src/glean/toccluqry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glean/toccluqry.h b/src/glean/toccluqry.h index 2dc382d..552022e 100644 --- a/src/glean/toccluqry.h +++ b/src/glean/toccluqry.h @@ -66,6 +66,8 @@ class OccluQryTest: public MultiTest { bool chk_ext(); void setup(); void reportPassFail(MultiTestResult &r, bool pass, const char *msg) const; + void reportError(const char *msg); + void reportWarning(const char *msg); }; } // namespace GLEAN |