Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PJSOracle_h
#define PJSOracle_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 PJSOracleParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PJSOracleChild;
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PJSOracleChild and PJSOracleParent
//
namespace mozilla {
namespace dom {
namespace PJSOracle {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::dom::PJSOracleParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PJSOracleChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::dom::PJSOracleParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PJSOracleChild>* aChild);
enum MessageType {
PJSOracleStart = PJSOracleMsgStart << 16,
Msg_PJSValidatorConstructor__ID,
Reply_PJSValidatorConstructor__ID,
PJSOracleEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_PJSValidatorConstructor(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_PJSValidatorConstructor(int32_t routingId);
} // namespace PJSOracle
} // namespace dom
} // namespace mozilla
#endif // ifndef PJSOracle_h