projects
/
ecparse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
implement file tag parsing
[ecparse.git]
/
ReaderInput.cpp
1
/**
2
* © 2008 by David Roden <droden@gmail.com>
3
*/
4
5
#include "ReaderInput.h"
6
7
ReaderInput::~ReaderInput() {
8
}
9