summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_serial.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/io_serial.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_serial.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/io_serial.cpp b/noncore/apps/opie-console/io_serial.cpp
new file mode 100644
index 0000000..42c86b5
--- a/dev/null
+++ b/noncore/apps/opie-console/io_serial.cpp
@@ -0,0 +1,12 @@
+#include "io_serial.h"
+
+IOSerial::IOSerial(const Config &config) : IOLayer(config) {
+}
+
+
+void IOSerial::error(int number, const QString &error) {
+}
+
+void IOSerial::received(const QByteArray &array) {
+}
+