Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PJSValidator_h
#define PJSValidator_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 dom {
class PJSValidatorParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PJSValidatorChild;
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PJSValidatorChild and PJSValidatorParent
//
namespace mozilla {
namespace dom {
namespace PJSValidator {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::dom::PJSValidatorParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PJSValidatorChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::dom::PJSValidatorParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PJSValidatorChild>* aChild);
enum MessageType {
PJSValidatorStart = PJSValidatorMsgStart << 16,
Msg_IsOpaqueResponseAllowed__ID,
Reply_IsOpaqueResponseAllowed__ID,
Msg_OnDataAvailable__ID,
Msg_OnStopRequest__ID,
Msg___delete____ID,
Reply___delete____ID,
PJSValidatorEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_IsOpaqueResponseAllowed(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_IsOpaqueResponseAllowed(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_OnDataAvailable(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_OnStopRequest(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
} // namespace PJSValidator
} // namespace dom
} // namespace mozilla
#endif // ifndef PJSValidator_h