Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PTestMostNested_h
#define PTestMostNested_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 PTestMostNestedParent;
} // namespace _ipdltest
} // namespace mozilla
namespace mozilla {
namespace _ipdltest {
class PTestMostNestedChild;
} // namespace _ipdltest
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PTestMostNestedChild and PTestMostNestedParent
//
namespace mozilla {
namespace _ipdltest {
namespace PTestMostNested {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestMostNestedParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestMostNestedChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestMostNestedParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestMostNestedChild>* aChild);
enum MessageType {
PTestMostNestedStart = PTestMostNestedMsgStart << 16,
Msg_Msg1__ID,
Msg_Msg2__ID,
Reply_Msg2__ID,
Msg_Msg3__ID,
Msg_Msg4__ID,
Reply_Msg4__ID,
Msg_Start__ID,
Msg_StartInner__ID,
Reply_StartInner__ID,
PTestMostNestedEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Msg1(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Msg2(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_Msg2(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Msg3(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Msg4(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_Msg4(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Start(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_StartInner(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_StartInner(int32_t routingId);
} // namespace PTestMostNested
} // namespace _ipdltest
} // namespace mozilla
#endif // ifndef PTestMostNested_h