From kde-devel Wed Jun 07 05:33:19 2006 From: "John Tapsell" Date: Wed, 07 Jun 2006 05:33:19 +0000 To: kde-devel Subject: DBUS Transactions Message-Id: <43d8ce650606062233q59ee910u37b34259caa59628 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=114965850224439 Hi all, Is it guaranteed that only one dbus call will be made at a time? I'm worried about transaction code given in http://wiki.kde.org/tiki-index.php?page=Porting%20KDELibs%20to%20D-Bus The transaction code has a: class member QDBusMessage reply; Imagine if myMethod is called twice, before the first reply is sent. Does dbus specifically stop this, or do we have to worry about this in our apps? Could someone fix the wiki either specifically noting that it's safe, or fix the code. Thanks! JohnFlux >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<