From: Zack Rusin Date: Wed, 28 Jan 2004 03:33:44 +0000 (+0000) Subject: thingies X-Git-Tag: dbus-0.21~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9661689029bcce7b48ddf930690117b89ae5b98;p=platform%2Fupstream%2Fdbus.git thingies --- diff --git a/qt/connection.cpp b/qt/connection.cpp index 58bfeb7..54c4689 100644 --- 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 --- a/qt/message.cpp +++ b/qt/message.cpp @@ -22,6 +22,7 @@ */ #include "message.h" +#include namespace DBusQt {