projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d138ac8
)
thingies
author
Zack Rusin
<zack@kde.org>
Wed, 28 Jan 2004 03:33:44 +0000
(
03:33
+0000)
committer
Zack Rusin
<zack@kde.org>
Wed, 28 Jan 2004 03:33:44 +0000
(
03:33
+0000)
qt/connection.cpp
patch
|
blob
|
history
qt/message.cpp
patch
|
blob
|
history
diff --git
a/qt/connection.cpp
b/qt/connection.cpp
index
58bfeb7
..
54c4689
100644
(file)
--- a/
qt/connection.cpp
+++ b/
qt/connection.cpp
@@
-120,6
+120,10
@@
Message Connection::sendWithReplyAndBlock( const Message &m )
return Message( reply );
}
+void* Connection::virtual_hook( int, void* )
+{
+}
+
/////////////////////////////////////////////////////////
#include "connection.moc"
diff --git
a/qt/message.cpp
b/qt/message.cpp
index
55d4e78
..
69c686d
100644
(file)
--- a/
qt/message.cpp
+++ b/
qt/message.cpp
@@
-22,6
+22,7
@@
*/
#include "message.h"
+#include <cstdlib>
namespace DBusQt {