From 2f708339e301f28aadc622f4d58a2d22e0b598fb Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 21 Jan 2003 00:37:32 +0000 Subject: fixed a lot of errors and sloppyness to make it compile again... --- (limited to 'noncore/apps/opie-console/io_bt.h') diff --git a/noncore/apps/opie-console/io_bt.h b/noncore/apps/opie-console/io_bt.h index 5e9988c..239eefb 100644 --- a/noncore/apps/opie-console/io_bt.h +++ b/noncore/apps/opie-console/io_bt.h @@ -25,17 +25,20 @@ public: IOBt(const Profile &); ~IOBt(); - QString identifier() const; - QString name() const; + virtual QString identifier() const; + virtual QString name() const; + virtual QBitArray supports() const; + virtual bool isConnected(); signals: void received(const QByteArray &); void error(int, const QString &); public slots: - bool open(); - void close(); - void reload(const Profile &); + virtual void send( const QByteArray& ); + virtual bool open(); + virtual void close(); + virtual void reload(const Profile &); private: OProcess *m_attach; -- cgit v0.9.0.2