Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PTestInduceConnectionError_h
#define PTestInduceConnectionError_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 PTestInduceConnectionErrorParent;
} // namespace _ipdltest
} // namespace mozilla
namespace mozilla {
namespace _ipdltest {
class PTestInduceConnectionErrorChild;
} // namespace _ipdltest
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PTestInduceConnectionErrorChild and PTestInduceConnectionErrorParent
//
namespace mozilla {
namespace _ipdltest {
namespace PTestInduceConnectionError {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestInduceConnectionErrorParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestInduceConnectionErrorChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestInduceConnectionErrorParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestInduceConnectionErrorChild>* aChild);
enum MessageType {
PTestInduceConnectionErrorStart = PTestInduceConnectionErrorMsgStart << 16,
Msg_Begin__ID,
Msg_FirstMessage__ID,
Msg_FollowupMessage__ID,
PTestInduceConnectionErrorEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Begin(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_FirstMessage(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_FollowupMessage(int32_t routingId);
} // namespace PTestInduceConnectionError
} // namespace _ipdltest
} // namespace mozilla
#endif // ifndef PTestInduceConnectionError_h