summaryrefslogtreecommitdiff
path: root/tests/FilesystemTest/src/File.cc
blob: 8f3b5283e3c91cd40d96e27c09c0a3019efab579 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "File.h"

File::File(const char *Path)
{
  //ctor
}

File::~File()
{
  //dtor
}