diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-11 16:44:28 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-11 16:44:28 +0200 |
commit | 70feb9ed564fb7f557b7ab8b8d65e6376811b6ce (patch) | |
tree | d763d2a85475f564475624655ba5605eafb4d1e4 /File.cpp | |
parent | a842040a09cd95cf5c32f67941c7e99569a12f57 (diff) |
rename File -> FileStrategy
Diffstat (limited to 'File.cpp')
-rw-r--r-- | File.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/File.cpp b/File.cpp deleted file mode 100644 index bc31b1c..0000000 --- a/File.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include <string> - -#include "File.h" -#include "FileReader.h" - -File::File(const std::string protocol) { - FileReader::assign(protocol, this); -} - |