summaryrefslogtreecommitdiff
path: root/tests/FilesystemTest/src
diff options
context:
space:
mode:
authorgeronimo <geronimo013@gmx.de>2012-07-25 06:38:28 +0200
committergeronimo <geronimo013@gmx.de>2012-07-25 06:38:28 +0200
commit774e09eef2d7761814e6f19fb462eb0fdc74f2d7 (patch)
treeca0c4e06afdb99139c7953a8dd5576a3bcd15e23 /tests/FilesystemTest/src
parentab7186c6c116629983dc506c4b53794026518455 (diff)
downloadcmp-774e09eef2d7761814e6f19fb462eb0fdc74f2d7.tar.gz
cmp-774e09eef2d7761814e6f19fb462eb0fdc74f2d7.tar.bz2
worked out different file class and improved media handling
Diffstat (limited to 'tests/FilesystemTest/src')
-rw-r--r--tests/FilesystemTest/src/File.cc11
1 files changed, 11 insertions, 0 deletions
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
+}