diff options
author | randomdan <randomdan@localhost> | 2010-12-14 00:20:38 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-12-14 00:20:38 +0000 |
commit | 3f452dd8b71e546d91377153e24e6ed530307e90 (patch) | |
tree | a4ecc86baff05083ee7149a06c735c28eb79c8b5 /project2/sqlCheck.h | |
parent | Support binding null to an SQL command parameter (diff) | |
download | project2-3f452dd8b71e546d91377153e24e6ed530307e90.tar.bz2 project2-3f452dd8b71e546d91377153e24e6ed530307e90.tar.xz project2-3f452dd8b71e546d91377153e24e6ed530307e90.zip |
All new fangled iterators, views, row engines, exceptions, the list goes on
Includes site and console updates to match
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 0c5efcc..40c6e9a 100644 --- a/project2/sqlCheck.h +++ b/project2/sqlCheck.h @@ -11,7 +11,7 @@ class _SqlCheck : public IHaveParameters, public _ParamChecker { _SqlCheck(const xmlpp::Element * p); virtual ~_SqlCheck(); - virtual void loadComplete(); + virtual void loadComplete(const CommonObjects *); bool performCheck() const; const std::string dataSource; |