From e9661689029bcce7b48ddf930690117b89ae5b98 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 28 Jan 2004 03:33:44 +0000 Subject: thingies --- qt/connection.cpp | 4 ++++ qt/message.cpp | 1 + 2 files changed, 5 insertions(+) (limited to 'qt') diff --git a/qt/connection.cpp b/qt/connection.cpp index 58bfeb75..54c4689e 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 55d4e788..69c686d0 100644 --- a/qt/message.cpp +++ b/qt/message.cpp @@ -22,6 +22,7 @@ */ #include "message.h" +#include namespace DBusQt { -- cgit