diff options
author | randomdan <randomdan@localhost> | 2011-02-04 14:39:54 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-02-04 14:39:54 +0000 |
commit | b9d463547a055a251710b1e046a473209a292c18 (patch) | |
tree | 52fe3919b6d4e4cc71c98f30e2e0640abaaee63b /project2/sqlCheck.h | |
parent | Don't construct the dir end iterator every iteration (diff) | |
download | project2-b9d463547a055a251710b1e046a473209a292c18.tar.bz2 project2-b9d463547a055a251710b1e046a473209a292c18.tar.xz project2-b9d463547a055a251710b1e046a473209a292c18.zip |
Add concept of runtime configuration, set by HTTP hostname or environment variable depending on engine
Use it in ArtfulSeller, although there is currently only one platform
Diffstat (limited to 'project2/sqlCheck.h')
-rw-r--r-- | project2/sqlCheck.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sqlCheck.h b/project2/sqlCheck.h index e4f79ee..bfc7b37 100644 --- a/project2/sqlCheck.h +++ b/project2/sqlCheck.h @@ -14,7 +14,7 @@ class SqlCheck : public IHaveParameters, public ParamChecker { virtual void loadComplete(const CommonObjects *); bool performCheck() const; - const std::string dataSource; + const Variable dataSource; const Glib::ustring sql; const std::string testOp; const double testValue; |