summaryrefslogtreecommitdiff
path: root/project2/sqlCheck.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-02-04 14:39:54 +0000
committerrandomdan <randomdan@localhost>2011-02-04 14:39:54 +0000
commit99e694337f0b7dd3749b142e8abe77b70754cff8 (patch)
tree52fe3919b6d4e4cc71c98f30e2e0640abaaee63b /project2/sqlCheck.h
parentDon't construct the dir end iterator every iteration (diff)
downloadproject2-99e694337f0b7dd3749b142e8abe77b70754cff8.tar.bz2
project2-99e694337f0b7dd3749b142e8abe77b70754cff8.tar.xz
project2-99e694337f0b7dd3749b142e8abe77b70754cff8.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.h2
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;