зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1117265 - Mark virtual overridden functions as MOZ_OVERRIDE in IPC code; r=baku
This commit is contained in:
Родитель
4d845d4829
Коммит
d345515746
|
@ -26,7 +26,7 @@ public:
|
||||||
|
|
||||||
NS_IMETHOD
|
NS_IMETHOD
|
||||||
CollectReports(nsIHandleReportCallback* aHandleReport, nsISupports* aData,
|
CollectReports(nsIHandleReportCallback* aHandleReport, nsISupports* aData,
|
||||||
bool aAnonymize)
|
bool aAnonymize) MOZ_OVERRIDE
|
||||||
{
|
{
|
||||||
nsresult rv;
|
nsresult rv;
|
||||||
rv = MOZ_COLLECT_REPORT(
|
rv = MOZ_COLLECT_REPORT(
|
||||||
|
|
|
@ -27,10 +27,10 @@ public:
|
||||||
virtual void ActorDestroy(ActorDestroyReason aWhy) MOZ_OVERRIDE;
|
virtual void ActorDestroy(ActorDestroyReason aWhy) MOZ_OVERRIDE;
|
||||||
|
|
||||||
PTestShellCommandParent*
|
PTestShellCommandParent*
|
||||||
AllocPTestShellCommandParent(const nsString& aCommand);
|
AllocPTestShellCommandParent(const nsString& aCommand) MOZ_OVERRIDE;
|
||||||
|
|
||||||
bool
|
bool
|
||||||
DeallocPTestShellCommandParent(PTestShellCommandParent* aActor);
|
DeallocPTestShellCommandParent(PTestShellCommandParent* aActor) MOZ_OVERRIDE;
|
||||||
|
|
||||||
bool
|
bool
|
||||||
CommandDone(TestShellCommandParent* aActor, const nsString& aResponse);
|
CommandDone(TestShellCommandParent* aActor, const nsString& aResponse);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче