diff options
author | randomdan <randomdan@localhost> | 2010-07-07 19:12:01 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-07-07 19:12:01 +0000 |
commit | f0fb1f9bd8c9ba6c8d58defc7972b6e6a075cf78 (patch) | |
tree | 55146ff28a345e1e3a2d82893530c2f356c0d47a /project2/paramChecker.h | |
parent | Implement connection caching and checking (requires ODBCv3 driver) (diff) | |
download | project2-f0fb1f9bd8c9ba6c8d58defc7972b6e6a075cf78.tar.bz2 project2-f0fb1f9bd8c9ba6c8d58defc7972b6e6a075cf78.tar.xz project2-f0fb1f9bd8c9ba6c8d58defc7972b6e6a075cf78.zip |
Implement variables (prefixed strings to find values elsewhere)
Diffstat (limited to 'project2/paramChecker.h')
-rw-r--r-- | project2/paramChecker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/paramChecker.h b/project2/paramChecker.h index 1ffe89f..b22a1f9 100644 --- a/project2/paramChecker.h +++ b/project2/paramChecker.h @@ -6,6 +6,7 @@ #include <map> #include "sourceObject.h" #include "xmlObjectLoader.h" +#include "variables.h" class ApplicationEngine; class _ParamChecker; @@ -21,7 +22,6 @@ class _ParamChecker : public virtual _SourceObject { virtual bool performCheck(const ApplicationEngine *) const = 0; const Glib::ustring message; - const std::string applyTo; const std::string present; static void AddLoaders(Loaders & l, OrderedParamCheckers & vs); |