summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.cpp
authorwazlaf <wazlaf>2002-09-25 20:56:38 (UTC)
committer wazlaf <wazlaf>2002-09-25 20:56:38 (UTC)
commitbdbd20a9a0415e2284e21923ed03d4ca3f6615e8 (patch) (side-by-side diff)
treec0598ed6c79f113948813594c5ea68c873abbe75 /noncore/apps/opie-console/io_layer.cpp
parent71a6630a57ecea0214a490b3490fae19ae290bf7 (diff)
downloadopie-bdbd20a9a0415e2284e21923ed03d4ca3f6615e8.zip
opie-bdbd20a9a0415e2284e21923ed03d4ca3f6615e8.tar.gz
opie-bdbd20a9a0415e2284e21923ed03d4ca3f6615e8.tar.bz2
preliminary skeleton
Diffstat (limited to 'noncore/apps/opie-console/io_layer.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_layer.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/io_layer.cpp b/noncore/apps/opie-console/io_layer.cpp
new file mode 100644
index 0000000..8da5886
--- a/dev/null
+++ b/noncore/apps/opie-console/io_layer.cpp
@@ -0,0 +1,10 @@
+#include "io_layer.h"
+
+IOLayer::IOLayer() {
+}
+
+IOLayer::IOLayer(const Config &config) {
+}
+
+IOLayer::~IOLayer() {
+}