X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=CollectionReader.cpp;fp=CollectionReader.cpp;h=27f9ca62df40e341dd84215a53165b8488241595;hb=e1f64147e3eedccbbc59658ddb6cf7992dbd50c1;hp=0000000000000000000000000000000000000000;hpb=62fc975e06d131f7038b5dd59b74428c17e74f65;p=ecparse.git diff --git a/CollectionReader.cpp b/CollectionReader.cpp new file mode 100644 index 0000000..27f9ca6 --- /dev/null +++ b/CollectionReader.cpp @@ -0,0 +1,14 @@ +/** + * © 2008 by David Roden + */ + +#include "CollectionReader.h" + +CollectionReader::CollectionReader(ReaderInput* readerInput) { + this->readerInput = readerInput; +} + +CollectionReader::~CollectionReader() { + delete readerInput; +} +