From bb0e9d0f54792ab778667a8ef8226bd7d7a026e5 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Tue, 10 Apr 2001 06:40:51 +0000 Subject: [PATCH] removing the statusArg param to OnStopRequest to fix build bustage git-svn-id: svn://10.0.0.236/trunk@91849 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/test/TestCacheMgr.cpp | 2 +- mozilla/netwerk/test/TestRawCache.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/netwerk/test/TestCacheMgr.cpp b/mozilla/netwerk/test/TestCacheMgr.cpp index 016bead349e..d785d7f0eb2 100644 --- a/mozilla/netwerk/test/TestCacheMgr.cpp +++ b/mozilla/netwerk/test/TestCacheMgr.cpp @@ -219,7 +219,7 @@ public: } NS_IMETHOD OnStopRequest(nsIRequest *request, nsISupports* context, - nsresult aStatus, const PRUnichar* aStatusArg) { + nsresult aStatus) { PRIntervalTime endTime; PRIntervalTime duration; diff --git a/mozilla/netwerk/test/TestRawCache.cpp b/mozilla/netwerk/test/TestRawCache.cpp index e0e239f3e85..8bc2c7743d4 100644 --- a/mozilla/netwerk/test/TestRawCache.cpp +++ b/mozilla/netwerk/test/TestRawCache.cpp @@ -229,7 +229,7 @@ public: } NS_IMETHOD OnStopRequest(nsIRequest *request, nsISupports* context, - nsresult aStatus, const PRUnichar* aStatusArg) { + nsresult aStatus) { PRIntervalTime endTime; PRIntervalTime duration;