summaryrefslogtreecommitdiff
path: root/project2/common/checkHost.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2012-01-01 04:26:45 +0000
committerrandomdan <randomdan@localhost>2012-01-01 04:26:45 +0000
commitc6f5af306ed3dea3e86c5ad8c7a98ceebd69bb4f (patch)
tree9b938a3d4f289a42b3543ac4327bc9f5ea644aba /project2/common/checkHost.h
parentRemove useless typedef requiring extra template parameter (diff)
downloadproject2-c6f5af306ed3dea3e86c5ad8c7a98ceebd69bb4f.tar.bz2
project2-c6f5af306ed3dea3e86c5ad8c7a98ceebd69bb4f.tar.xz
project2-c6f5af306ed3dea3e86c5ad8c7a98ceebd69bb4f.zip
Regeneralise some code
Fully customisable output chain Minor supporting tweaks here and there
Diffstat (limited to 'project2/common/checkHost.h')
-rw-r--r--project2/common/checkHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/checkHost.h b/project2/common/checkHost.h
index 0721ac5..edc2cd8 100644
--- a/project2/common/checkHost.h
+++ b/project2/common/checkHost.h
@@ -15,7 +15,7 @@ class CheckHost : virtual public CommonObjects {
~CheckFailure() throw();
const CheckCPtr failedCheck;
};
- CheckHost(ScriptReaderPtr script);
+ CheckHost(ScriptNodePtr script);
~CheckHost();
void runChecks() const;