[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:50:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 962a03dde5caff5ff54cbe671ab624e27862f335
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 18 00:43:07 2001 +0000

    Stubbed in a few functions
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@350 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQTextCodec.mm b/WebCore/kwq/KWQTextCodec.mm
index 7d6e8c6..2a55e8f 100644
--- a/WebCore/kwq/KWQTextCodec.mm
+++ b/WebCore/kwq/KWQTextCodec.mm
@@ -92,6 +92,20 @@ QTextCodec::~QTextCodec()
 
 // member functions --------------------------------------------------------
 
+const char* QTextCodec::name() const
+{
+    // FIXME: need real implementation here
+    _logNotYetImplemented();
+    return "\0";
+}
+
+int QTextCodec::mibEnum() const
+{
+    // FIXME: need real implementation here
+    _logNotYetImplemented();
+    return 0;
+}
+
 QTextDecoder *QTextCodec::makeDecoder() const
 {
     // FIXME: will this leak or do clients dispose of the object?
diff --git a/WebCore/src/kwq/KWQtextcodec.mm b/WebCore/src/kwq/KWQtextcodec.mm
index 7d6e8c6..2a55e8f 100644
--- a/WebCore/src/kwq/KWQtextcodec.mm
+++ b/WebCore/src/kwq/KWQtextcodec.mm
@@ -92,6 +92,20 @@ QTextCodec::~QTextCodec()
 
 // member functions --------------------------------------------------------
 
+const char* QTextCodec::name() const
+{
+    // FIXME: need real implementation here
+    _logNotYetImplemented();
+    return "\0";
+}
+
+int QTextCodec::mibEnum() const
+{
+    // FIXME: need real implementation here
+    _logNotYetImplemented();
+    return 0;
+}
+
 QTextDecoder *QTextCodec::makeDecoder() const
 {
     // FIXME: will this leak or do clients dispose of the object?

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list