Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PTestManyChildAllocs_h
#define PTestManyChildAllocs_h
#include "mozilla/Attributes.h"
#include "IPCMessageStart.h"
#include "mozilla/RefPtr.h"
#include "nsString.h"
#include "nsTArray.h"
#include "nsTHashtable.h"
#include "mozilla/MozPromise.h"
#include "mozilla/OperatorNewExtensions.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/ipc/ByteBuf.h"
#include "mozilla/ipc/FileDescriptor.h"
#include "mozilla/ipc/IPCForwards.h"
#include "mozilla/ipc/Shmem.h"
namespace mozilla {
namespace _ipdltest {
class PTestManyChildAllocsParent;
} // namespace _ipdltest
} // namespace mozilla
namespace mozilla {
namespace _ipdltest {
class PTestManyChildAllocsChild;
} // namespace _ipdltest
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PTestManyChildAllocsChild and PTestManyChildAllocsParent
//
namespace mozilla {
namespace _ipdltest {
namespace PTestManyChildAllocs {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyChildAllocsParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyChildAllocsChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyChildAllocsParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyChildAllocsChild>* aChild);
enum MessageType {
PTestManyChildAllocsStart = PTestManyChildAllocsMsgStart << 16,
Msg_Go__ID,
Msg_Done__ID,
Msg_PTestManyChildAllocsSubConstructor__ID,
Reply_PTestManyChildAllocsSubConstructor__ID,
PTestManyChildAllocsEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Go(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Done(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_PTestManyChildAllocsSubConstructor(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_PTestManyChildAllocsSubConstructor(int32_t routingId);
} // namespace PTestManyChildAllocs
} // namespace _ipdltest
} // namespace mozilla
#endif // ifndef PTestManyChildAllocs_h