aboutsummaryrefslogtreecommitdiff
path: root/File.cpp
blob: bc31b1cba399bf22180f80ca604738e835d3d96d (plain)
1
2
3
4
5
6
7
8
9
#include <string>

#include "File.h"
#include "FileReader.h"

File::File(const std::string protocol) {
	FileReader::assign(protocol, this);
}