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

List:       kde-commits
Subject:    kdeextragear-3/kdebluetooth/libqobex/qobexfbssrv
From:       Mathias Fröhlich <Mathias.Froehlich () web ! de>
Date:       2004-02-22 19:38:00
Message-ID: 20040222193800.D026A9959 () office ! kde ! org
[Download RAW message or body]

CVS commit by froehlich: 

Make it compile with recent versions of qt. Patch originally from Simone.


  M +6 -6      qobexfbsserverops.cpp   1.4


--- kdeextragear-3/kdebluetooth/libqobex/qobexfbssrv/qobexfbsserverops.cpp  #1.3:1.4
@@ -2,5 +2,5 @@
     This file is part of libqobex.
 
-    Copyright (c) 2003 Mathias Froehlich <Mathias.Froehlich@web.de>
+    Copyright (c) 2003-2004 Mathias Froehlich <Mathias.Froehlich@web.de>
 
     This library is free software; you can redistribute it and/or
@@ -61,5 +61,5 @@ void QObexFBSServerOps::disconnect( cons
 
 void QObexFBSServerOps::get( const QObexObject& req, QObexObject& resp ) {
-  myDebug(( "QObexFBSServerOps::get(): cwd = %s", (const char*)getCwd() ));
+  myDebug(( "QObexFBSServerOps::get(): cwd = %s", getCwd().ascii() ));
  
   QString name = req.getHeader( QObexHeader::Name ).stringData();
@@ -125,5 +125,5 @@ bool QObexFBSServerOps::dataReq( QByteAr
 
 void QObexFBSServerOps::del( const QObexObject& req, QObexObject& resp ) {
-  myDebug(( "QObexFBSServerOps::del( ... ): cwd = %s", (const char*)getCwd() ));
+  myDebug(( "QObexFBSServerOps::del( ... ): cwd = %s", getCwd().ascii() ));
 
   QString name = req.getHeader( QObexHeader::Name ).stringData();
@@ -165,5 +165,5 @@ void QObexFBSServerOps::del( const QObex
 
 void QObexFBSServerOps::put( const QObexObject& req, QObexObject& resp ) {
-  myDebug(( "QObexFBSServerOps::put(): cwd = %s", (const char*)getCwd() ));
+  myDebug(( "QObexFBSServerOps::put(): cwd = %s", getCwd().ascii() ));
   if ( !f.isOpen() ) {
     QString name = req.getHeader( QObexHeader::Name ).stringData();
@@ -190,5 +190,5 @@ bool QObexFBSServerOps::data( const QVal
 
 void QObexFBSServerOps::setPath( const QObexObject& req, QObexObject& resp ) {
-  myDebug(( "QObexFBSServerOps::setPath( ... ): cwd = %s", (const char*)getCwd() ));
+  myDebug(( "QObexFBSServerOps::setPath( ... ): cwd = %s", getCwd().ascii() ));
 
   bool backup = req.getFlags() & QObexObject::Backup;
@@ -283,5 +283,5 @@ QObexAuthDigestResponse::AuthInfo QObexF
 
 bool QObexFBSServerOps::checkForDotDot( const QString& name, QObexObject& resp ) {
-  myDebug(( "QObexFBSServerOps::checkForDotDot( %s, ... )", (const char*)name ));
+  myDebug(( "QObexFBSServerOps::checkForDotDot( %s, ... )", name.ascii() ));
 
   if ( name == ".." ||


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

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