Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PBackgroundStarter_h
#define PBackgroundStarter_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 PBackgroundStarterParent;
} // namespace ipc
} // namespace mozilla
namespace mozilla {
namespace ipc {
class PBackgroundStarterChild;
} // namespace ipc
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PBackgroundStarterChild and PBackgroundStarterParent
//
namespace mozilla {
namespace ipc {
namespace PBackgroundStarter {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::ipc::PBackgroundStarterParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::ipc::PBackgroundStarterChild>* aChild);
enum MessageType {
PBackgroundStarterStart = PBackgroundStarterMsgStart << 16,
Msg_InitBackground__ID,
PBackgroundStarterEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_InitBackground(int32_t routingId);
} // namespace PBackgroundStarter
} // namespace ipc
} // namespace mozilla
#endif // ifndef PBackgroundStarter_h