summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-09 07:32:56 -0700
committerBrian Paul <brianp@vmware.com>2009-12-09 07:32:59 -0700
commit19f0f8e67a62d879216e75c756bed905019453c3 (patch)
tree92eca1aa26e2b5309adf4ffb6a4a09bc850400d4
parentf6ad711e1ba982afffb9dceac421ce02a0c3a17b (diff)
occluQry: new error/warning report functions
Missed committing the header file on the previous commit.
-rw-r--r--src/glean/toccluqry.h2
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