]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
thingies
authorZack Rusin <zack@kde.org>
Wed, 28 Jan 2004 03:33:44 +0000 (03:33 +0000)
committerZack Rusin <zack@kde.org>
Wed, 28 Jan 2004 03:33:44 +0000 (03:33 +0000)
qt/connection.cpp
qt/message.cpp

index 58bfeb75bb611aadd34b2c60c2311fb8060c445c..54c4689e4cb169bc3aad8ee8f859ce243e00e2c3 100644 (file)
@@ -120,6 +120,10 @@ Message Connection::sendWithReplyAndBlock( const Message &m )
   return Message( reply );
 }
 
+void* Connection::virtual_hook( int, void*  )
+{
+}
+
 /////////////////////////////////////////////////////////
 
 #include "connection.moc"
index 55d4e788247f812173c3eab04d7dd7b1e541ef5a..69c686d031e5e69c806707636121ff4c1f7bb37b 100644 (file)
@@ -22,6 +22,7 @@
  */
 #include "message.h"
 
+#include <cstdlib>
 
 namespace DBusQt {