From 774e09eef2d7761814e6f19fb462eb0fdc74f2d7 Mon Sep 17 00:00:00 2001 From: geronimo Date: Wed, 25 Jul 2012 06:38:28 +0200 Subject: worked out different file class and improved media handling --- tests/FilesystemTest/src/File.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/FilesystemTest/src/File.cc (limited to 'tests/FilesystemTest/src/File.cc') diff --git a/tests/FilesystemTest/src/File.cc b/tests/FilesystemTest/src/File.cc new file mode 100644 index 0000000..8f3b528 --- /dev/null +++ b/tests/FilesystemTest/src/File.cc @@ -0,0 +1,11 @@ +#include "File.h" + +File::File(const char *Path) +{ + //ctor +} + +File::~File() +{ + //dtor +} -- cgit v1.2.3