aboutsummaryrefslogtreecommitdiff
path: root/src/experimental/dir.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-08-07 17:16:19 +0000
committerMike Buland <eichlan@xagasoft.com>2012-08-07 17:16:19 +0000
commit68efb78a8840b81e7237f62d81831f3fdbed749b (patch)
tree8de2256e0fa6cedc8700921ce819ada1dde28198 /src/experimental/dir.cpp
parent7d3b21eb3338a6e7425d0f88916694692ebc28c2 (diff)
downloadlibbu++-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 'src/experimental/dir.cpp')
-rw-r--r--src/experimental/dir.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/experimental/dir.cpp b/src/experimental/dir.cpp
new file mode 100644
index 0000000..fb7040c
--- /dev/null
+++ b/src/experimental/dir.cpp
@@ -0,0 +1,14 @@
1#include "bu/dir.h"
2
3Bu::Dir::Dir()
4{
5}
6
7Bu::Dir::Dir( const Bu::String &sPath )
8{
9}
10
11Bu::Dir::~Dir()
12{
13}
14