diff options
author | randomdan <randomdan@localhost> | 2011-12-14 21:42:31 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-12-14 21:42:31 +0000 |
commit | 8a7980bff41ccb8dc42b18eb1edd4b3938977fc3 (patch) | |
tree | 4b0a3414ba881a3118630c41ca24129d23f996df /project2/files/streamRows.h | |
parent | Don't write JSON numbers in scientific notation, use native C++ boolalpha for... (diff) | |
download | project2-8a7980bff41ccb8dc42b18eb1edd4b3938977fc3.tar.bz2 project2-8a7980bff41ccb8dc42b18eb1edd4b3938977fc3.tar.xz project2-8a7980bff41ccb8dc42b18eb1edd4b3938977fc3.zip |
Pluggable script engines
XML script parser moved to XML module
Script parsing object multiple instantiation bug fix
Scripts changed to match new standardized format and layout
Diffstat (limited to 'project2/files/streamRows.h')
-rw-r--r-- | project2/files/streamRows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/files/streamRows.h b/project2/files/streamRows.h index 2d10116..95d8131 100644 --- a/project2/files/streamRows.h +++ b/project2/files/streamRows.h @@ -9,7 +9,7 @@ class RowProcessor; /// Base class for Project2 components that create a row set based on the contents of a byte stream class StreamRows : public DefinedColumns, public RowSet { public: - StreamRows(const xmlpp::Element * p); + StreamRows(ScriptNodePtr p); ~StreamRows(); protected: |