mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1026350 followup: Add missing 'override' annotations to helper classes in FakeInputPortService.cpp. rs=ehsan
This commit is contained in:
parent
40b3526c5e
commit
371ddc6c49
@ -31,7 +31,7 @@ public:
|
||||
MOZ_ASSERT(aDataList);
|
||||
}
|
||||
|
||||
NS_IMETHOD Run()
|
||||
NS_IMETHOD Run() override
|
||||
{
|
||||
if (mErrorCode == nsIInputPortServiceCallback::INPUTPORT_ERROR_OK) {
|
||||
return mCallback->NotifySuccess(mDataList);
|
||||
@ -60,7 +60,7 @@ public:
|
||||
{}
|
||||
|
||||
NS_IMETHODIMP
|
||||
Notify(nsITimer* aTimer)
|
||||
Notify(nsITimer* aTimer) override
|
||||
{
|
||||
InputPortData* portData = static_cast<InputPortData*>(mInputPortData.get());
|
||||
portData->SetConnected(mIsConnected);
|
||||
|
Loading…
Reference in New Issue
Block a user