diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-08-07 17:16:19 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-08-07 17:16:19 +0000 |
commit | 68efb78a8840b81e7237f62d81831f3fdbed749b (patch) | |
tree | 8de2256e0fa6cedc8700921ce819ada1dde28198 /src/experimental/filesystem.cpp | |
parent | 7d3b21eb3338a6e7425d0f88916694692ebc28c2 (diff) | |
download | libbu++-68efb78a8840b81e7237f62d81831f3fdbed749b.tar.gz libbu++-68efb78a8840b81e7237f62d81831f3fdbed749b.tar.bz2 libbu++-68efb78a8840b81e7237f62d81831f3fdbed749b.tar.xz libbu++-68efb78a8840b81e7237f62d81831f3fdbed749b.zip |
Adding filesystem access classes, and converting Bu::Server to using ppoll.
I have to test to see if it works with mingw though.
Diffstat (limited to '')
-rw-r--r-- | src/experimental/filesystem.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
1 | #include "bu/filesystem.h" | ||
2 | |||
3 | Bu::FileSystem::FileSystem() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Bu::FileSystem::~FileSystem() | ||
8 | { | ||
9 | } | ||
10 | |||