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

List:       kde-commits
Subject:    branches/work/unity/WebKit/WebCore/platform (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-08-05 12:32:17
Message-ID: 1154781137.307176.30493.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 569988 by wildfox:

SVN_SILENT: oops, forgot them


 M  +3 -0      TransferJobClient.h  
 M  +11 -2     TransferJobInternal.h  


--- branches/work/unity/WebKit/WebCore/platform/TransferJobClient.h #569987:569988
@@ -43,6 +43,9 @@
 #ifdef __APPLE__
     typedef NSData* PlatformData;
     typedef NSURLResponse* PlatformResponse;
+#elif PLATFORM(QT)
+    typedef void* PlatformData;
+    typedef char* PlatformResponse;
 #else
     // Not sure what the strategy for this will be on other platforms.
     typedef struct PlatformDataStruct *PlatformData;
--- branches/work/unity/WebKit/WebCore/platform/TransferJobInternal.h #569987:569988
@@ -35,10 +35,15 @@
 typedef void* HANDLE;
 #endif
 
-#if PLATFORM(GDK) || PLATFORM(QT)
+#if PLATFORM(GDK)
 typedef void CURL;
 #endif
 
+#if PLATFORM(QT)
+#include <QString>
+typedef void CURL;
+#endif
+
 // The allocations and releases in TransferJobInternal are
 // Cocoa-exception-free (either simple Foundation classes or
 // KWQResourceLoader which avoids doing work in dealloc).
@@ -138,9 +143,13 @@
         int m_bytesRemainingToWrite;
         DeprecatedString m_postReferrer;
 #endif
-#if PLATFORM(GDK) || PLATFORM(QT)
+#if PLATFORM(GDK)
         CURL *m_handle;
 #endif
+#if PLATFORM(QT)
+        CURL *m_handle;
+        QString response;
+#endif
         };
 
 } // namespace WebCore
[prev in list] [next in list] [prev in thread] [next in thread] 

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