[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-3/kdebluetooth/libqobex/qobex
From:       Adrian Schroeter <adrian () suse ! de>
Date:       2004-05-02 15:55:29
Message-ID: 20040502155529.8A2B89A85 () office ! kde ! org
[Download RAW message or body]

CVS commit by adrian: 

do not return random data, this will break with next generation compilers


  M +2 -0      qobexserverops.cpp   1.10


--- kdeextragear-3/kdebluetooth/libqobex/qobex/qobexserverops.cpp  #1.9:1.10
@@ -89,8 +89,10 @@ void QObexServerOps::streamingError() {
 bool QObexServerOps::dataReq( QByteArray&, Q_LONG ) {
   myDebug(( "QObexServerOps::dataReq( ... )" ));
+  return true;
 }
 
 bool QObexServerOps::data( const QValueList<QByteArray>& ) {
   myDebug(( "QObexServerOps::data( ... )" ));
+  return true;
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic