Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan

git-svn-id: svn://10.0.0.236/trunk@58358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michael.lowe%bigfoot.com
2000-01-21 21:56:09 +00:00
parent 9adc422a4b
commit 6856aa06f0
69 changed files with 848 additions and 522 deletions

View File

@@ -3343,7 +3343,7 @@ public:
NS_DECL_ISUPPORTS
// nsITimerCallback interface
virtual void Notify(nsITimer *timer);
NS_IMETHOD_(void) Notify(nsITimer *timer);
nsIWebShell* mShell;
nsString mUrlSpec;
@@ -3369,7 +3369,7 @@ refreshData::~refreshData()
NS_IMPL_ISUPPORTS(refreshData, kITimerCallbackIID);
void refreshData::Notify(nsITimer *aTimer)
NS_IMETHODIMP_(void) refreshData::Notify(nsITimer *aTimer)
{
NS_PRECONDITION((nsnull != mShell), "Null pointer...");
if (nsnull != mShell) {