diff options
| author | Zack Rusin <zack@kde.org> | 2004-01-28 03:33:44 +0000 | 
|---|---|---|
| committer | Zack Rusin <zack@kde.org> | 2004-01-28 03:33:44 +0000 | 
| commit | e9661689029bcce7b48ddf930690117b89ae5b98 (patch) | |
| tree | cea619e0ab0aef4608b381d0720c0fb986af8492 | |
| parent | d138ac8d1f41699ce9d4156e0a479d4d708240e7 (diff) | |
thingies
| -rw-r--r-- | qt/connection.cpp | 4 | ||||
| -rw-r--r-- | qt/message.cpp | 1 | 
2 files changed, 5 insertions, 0 deletions
| 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 <cstdlib>  namespace DBusQt { | 
