From 68efb78a8840b81e7237f62d81831f3fdbed749b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 7 Aug 2012 17:16:19 +0000 Subject: Adding filesystem access classes, and converting Bu::Server to using ppoll. I have to test to see if it works with mingw though. --- src/experimental/filesystem.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/experimental/filesystem.cpp (limited to 'src/experimental/filesystem.cpp') diff --git a/src/experimental/filesystem.cpp b/src/experimental/filesystem.cpp new file mode 100644 index 0000000..fcc555f --- /dev/null +++ b/src/experimental/filesystem.cpp @@ -0,0 +1,10 @@ +#include "bu/filesystem.h" + +Bu::FileSystem::FileSystem() +{ +} + +Bu::FileSystem::~FileSystem() +{ +} + -- cgit v1.2.3