Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PTestSyncError_h
#define PTestSyncError_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 PTestSyncErrorParent;
} // namespace _ipdltest
} // namespace mozilla
namespace mozilla {
namespace _ipdltest {
class PTestSyncErrorChild;
} // namespace _ipdltest
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PTestSyncErrorChild and PTestSyncErrorParent
//
namespace mozilla {
namespace _ipdltest {
namespace PTestSyncError {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestSyncErrorParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestSyncErrorChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestSyncErrorParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestSyncErrorChild>* aChild);
enum MessageType {
PTestSyncErrorStart = PTestSyncErrorMsgStart << 16,
Msg_Start__ID,
Msg_Error__ID,
Reply_Error__ID,
Msg___delete____ID,
Reply___delete____ID,
PTestSyncErrorEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Start(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Error(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_Error(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
} // namespace PTestSyncError
} // namespace _ipdltest
} // namespace mozilla
#endif // ifndef PTestSyncError_h