From 0468cfef459d613ae0a32a3fa03e67726d19f6e9 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 19 Sep 2003 16:45:45 +0000 Subject: Either be compatible with Sharp( IntelliSync, KitchenSync, QtopiaDesktop) or with the newer QtopiaDesktop or with both --- (limited to 'core/launcher/qcopbridge.h') diff --git a/core/launcher/qcopbridge.h b/core/launcher/qcopbridge.h index bae3f88..9483d9d 100644 --- a/core/launcher/qcopbridge.h +++ b/core/launcher/qcopbridge.h @@ -37,6 +37,7 @@ class QCopBridge : public QServerSocket Q_OBJECT public: + enum Mode { Qtopia1_7= 0x01, Sharp = 0x02, Both = Qtopia1_7 | Sharp }; QCopBridge( Q_UINT16 port, QObject *parent = 0, const char* name = 0 ); virtual ~QCopBridge(); @@ -53,12 +54,14 @@ signals: protected: void timerEvent( QTimerEvent * ); + void sendDesktopMessageOld( const QCString&, const QByteArray& ); private: QCopChannel *desktopChannel; QCopChannel *cardChannel; QList openConnections; bool sendSync; + Mode m_mode; }; -- cgit v0.9.0.2