From 4e5ca44047ff9c268332060b6d428063080bf785 Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Sat, 9 Sep 2000 10:30:49 +0000 Subject: [PATCH] added method to make linking possible :-) git-svn-id: svn://10.0.0.236/trunk@78620 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/string/src/nsSharedBufferList.cpp | 7 +++++++ mozilla/xpcom/ds/nsSharedBufferList.cpp | 7 +++++++ mozilla/xpcom/string/src/nsSharedBufferList.cpp | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/mozilla/string/src/nsSharedBufferList.cpp b/mozilla/string/src/nsSharedBufferList.cpp index 84342e07535..85fa31b3dfd 100755 --- a/mozilla/string/src/nsSharedBufferList.cpp +++ b/mozilla/string/src/nsSharedBufferList.cpp @@ -145,6 +145,13 @@ nsSharedBufferList::UnlinkBuffer( Buffer* aBufferToUnlink ) } +void +nsSharedBufferList::DiscardSuffix( PRUint32 /* aLengthToDiscard */ ) + { + // XXX + } + + #if 0 template diff --git a/mozilla/xpcom/ds/nsSharedBufferList.cpp b/mozilla/xpcom/ds/nsSharedBufferList.cpp index 84342e07535..85fa31b3dfd 100755 --- a/mozilla/xpcom/ds/nsSharedBufferList.cpp +++ b/mozilla/xpcom/ds/nsSharedBufferList.cpp @@ -145,6 +145,13 @@ nsSharedBufferList::UnlinkBuffer( Buffer* aBufferToUnlink ) } +void +nsSharedBufferList::DiscardSuffix( PRUint32 /* aLengthToDiscard */ ) + { + // XXX + } + + #if 0 template diff --git a/mozilla/xpcom/string/src/nsSharedBufferList.cpp b/mozilla/xpcom/string/src/nsSharedBufferList.cpp index 84342e07535..85fa31b3dfd 100755 --- a/mozilla/xpcom/string/src/nsSharedBufferList.cpp +++ b/mozilla/xpcom/string/src/nsSharedBufferList.cpp @@ -145,6 +145,13 @@ nsSharedBufferList::UnlinkBuffer( Buffer* aBufferToUnlink ) } +void +nsSharedBufferList::DiscardSuffix( PRUint32 /* aLengthToDiscard */ ) + { + // XXX + } + + #if 0 template