start new Jt Reader

This commit is contained in:
jriegel
2014-12-09 23:48:22 +01:00
committed by Stefan Tröger
parent 5a8919f943
commit 5a4c14ecc1
17 changed files with 755 additions and 106 deletions

View File

@@ -0,0 +1,20 @@
#include "TestJtReader.h"
TestJtReader::TestJtReader()
{
}
TestJtReader::~TestJtReader()
{
}
void TestJtReader::read(void)
{
readToc();
}