Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PBackgroundTest_h
#define PBackgroundTest_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 ipc {
class PBackgroundTestParent;
} // namespace ipc
} // namespace mozilla
namespace mozilla {
namespace ipc {
class PBackgroundTestChild;
} // namespace ipc
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PBackgroundTestChild and PBackgroundTestParent
//
namespace mozilla {
namespace ipc {
namespace PBackgroundTest {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::ipc::PBackgroundTestParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::ipc::PBackgroundTestChild>* aChild);
enum MessageType {
PBackgroundTestStart = PBackgroundTestMsgStart << 16,
Msg___delete____ID,
Reply___delete____ID,
PBackgroundTestEnd
};
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
} // namespace PBackgroundTest
} // namespace ipc
} // namespace mozilla
#endif // ifndef PBackgroundTest_h