summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_serial.h
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_serial.h
parent71a6630a57ecea0214a490b3490fae19ae290bf7 (diff)
downloadopie-bdbd20a9a0415e2284e21923ed03d4ca3f6615e8.zip
opie-bdbd20a9a0415e2284e21923ed03d4ca3f6615e8.tar.gz
opie-bdbd20a9a0415e2284e21923ed03d4ca3f6615e8.tar.bz2
preliminary skeleton
Diffstat (limited to 'noncore/apps/opie-console/io_serial.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_serial.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/io_serial.h b/noncore/apps/opie-console/io_serial.h
new file mode 100644
index 0000000..c6a2efd
--- a/dev/null
+++ b/noncore/apps/opie-console/io_serial.h
@@ -0,0 +1,16 @@
+#ifndef OPIE_IO_SERIAL
+#define OPIE_IO_SERIAL
+
+#include "io_layer.h"
+
+class IOSerial : public IOLayer {
+ Q_OBJECT
+public:
+ IOSerial(const Config &);
+public slots:
+ void received(const QByteArray &);
+ void error(int, const QString &);
+};
+
+
+#endif /* OPIE_IO_SERIAL */