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
commitdb5559c6175ffba57a7c4d946be9adff4e66e2e3 (patch)
tree9b87e9d10bbd25030b887989990caf152407aafb /project2/paramChecker.h
parentUse a smart pointer to ensure sqlRows query handle is always deleted (diff)
downloadproject2-db5559c6175ffba57a7c4d946be9adff4e66e2e3.tar.bz2
project2-db5559c6175ffba57a7c4d946be9adff4e66e2e3.tar.xz
project2-db5559c6175ffba57a7c4d946be9adff4e66e2e3.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: