summaryrefslogtreecommitdiff
path: root/project2/paramChecker.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-02-19 17:19:49 +0000
committerrandomdan <randomdan@localhost>2011-02-19 17:19:49 +0000
commit4233079dbee3ade95526bbc5c3d2b9c1604debfe (patch)
tree9b87e9d10bbd25030b887989990caf152407aafb /project2/paramChecker.h
parentUse a smart pointer to ensure sqlRows query handle is always deleted (diff)
downloadproject2-4233079dbee3ade95526bbc5c3d2b9c1604debfe.tar.bz2
project2-4233079dbee3ade95526bbc5c3d2b9c1604debfe.tar.xz
project2-4233079dbee3ade95526bbc5c3d2b9c1604debfe.zip
Tidy up the class hierarchy and reduce header dependencies
Diffstat (limited to 'project2/paramChecker.h')
-rw-r--r--project2/paramChecker.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/project2/paramChecker.h b/project2/paramChecker.h
index 179ff37..219396c 100644
--- a/project2/paramChecker.h
+++ b/project2/paramChecker.h
@@ -2,16 +2,11 @@
#define PARAMCHECKER_H
#include <libxml/tree.h>
-#include <boost/intrusive_ptr.hpp>
-#include <map>
#include "sourceObject.h"
-#include "xmlObjectLoader.h"
-#include "variables.h"
class ApplicationEngine;
class ParamChecker;
typedef boost::intrusive_ptr<ParamChecker> ParamCheckerPtr;
-typedef Storage<ParamChecker>::Objects ParamCheckers;
class ParamChecker : public virtual SourceObject {
public: