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 58bfeb7..54c4689 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 55d4e78..69c686d 100644 (file)
@@ -22,6 +22,7 @@
  */
 #include "message.h"
 
+#include <cstdlib>
 
 namespace DBusQt {