From 8c6b8752f69aa527e51f00b3a8526fe03dd9e122 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 11 Oct 2002 15:08:46 +0000 Subject: Introduce rawIO in the IOLayer This is needed because ?-modem does not like buffered IO at all and we at least double buffered it While sz_transfer is now dead we've filetransfer which is using DirectIO between IOLayer and the SZ IOSerial got adjusted to the rawIO introduction --- (limited to 'noncore/apps/opie-console/io_layer.h') diff --git a/noncore/apps/opie-console/io_layer.h b/noncore/apps/opie-console/io_layer.h index b891b2b..7745021 100644 --- a/noncore/apps/opie-console/io_layer.h +++ b/noncore/apps/opie-console/io_layer.h @@ -49,6 +49,13 @@ public: * a short name */ virtual QString name() const = 0; + + /** + * a file descriptor which opens + * the device for io but does not + * do any ioctling on it... + */ + virtual int rawIO()const; signals: /** * received input as QCString -- cgit v0.9.0.2