Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PRemoteQuotaObject_h
#define PRemoteQuotaObject_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 {
namespace quota {
class PRemoteQuotaObjectParent;
} // namespace quota
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
namespace quota {
class PRemoteQuotaObjectChild;
} // namespace quota
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PRemoteQuotaObjectChild and PRemoteQuotaObjectParent
//
namespace mozilla {
namespace dom {
namespace quota {
namespace PRemoteQuotaObject {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::dom::quota::PRemoteQuotaObjectParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::quota::PRemoteQuotaObjectChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::dom::quota::PRemoteQuotaObjectParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::quota::PRemoteQuotaObjectChild>* aChild);
enum MessageType {
PRemoteQuotaObjectStart = PRemoteQuotaObjectMsgStart << 16,
Msg_MaybeUpdateSize__ID,
Reply_MaybeUpdateSize__ID,
PRemoteQuotaObjectEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_MaybeUpdateSize(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_MaybeUpdateSize(int32_t routingId);
} // namespace PRemoteQuotaObject
} // namespace quota
} // namespace dom
} // namespace mozilla
#endif // ifndef PRemoteQuotaObject_h