From bdbd20a9a0415e2284e21923ed03d4ca3f6615e8 Mon Sep 17 00:00:00 2001 From: wazlaf Date: Wed, 25 Sep 2002 20:56:38 +0000 Subject: preliminary skeleton --- (limited to 'noncore/apps/opie-console/io_serial.h') 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 */ -- cgit v0.9.0.2