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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user