forked from mirrors/gecko-dev
Bug 1782871: Correct IPDL documentation in 'Actor Lifetimes in C++' r=nika
Differential Revision: https://phabricator.services.mozilla.com/D153553
This commit is contained in:
parent
4728e550fa
commit
7cc4f55f2a
1 changed files with 2 additions and 2 deletions
|
|
@ -1181,8 +1181,8 @@ The relevant part of the parent class looks like this:
|
||||||
.. code-block:: c++
|
.. code-block:: c++
|
||||||
|
|
||||||
class MyManagerParent : public PMyManagerParent {
|
class MyManagerParent : public PMyManagerParent {
|
||||||
already_AddRefed<PMyManagerParent> AllocPMyManagedParent();
|
already_AddRefed<PMyManagedParent> AllocPMyManagedParent();
|
||||||
IPCResult RecvPMyManagedConstructor(PMyManagedConstructor* aActor);
|
IPCResult RecvPMyManagedConstructor(PMyManagedParent* aActor);
|
||||||
|
|
||||||
IPCResult Recv__delete__(const nsString& aNote);
|
IPCResult Recv__delete__(const nsString& aNote);
|
||||||
void ActorDestroy(ActorDestroyReason why);
|
void ActorDestroy(ActorDestroyReason why);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue