Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PColorPicker_h
#define PColorPicker_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 PColorPickerParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PColorPickerChild;
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PColorPickerChild and PColorPickerParent
//
namespace mozilla {
namespace dom {
namespace PColorPicker {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::dom::PColorPickerParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PColorPickerChild>* aChild);
enum MessageType {
PColorPickerStart = PColorPickerMsgStart << 16,
Msg_Open__ID,
Msg_Update__ID,
Msg___delete____ID,
Reply___delete____ID,
PColorPickerEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Open(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Update(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
} // namespace PColorPicker
} // namespace dom
} // namespace mozilla
#endif // ifndef PColorPicker_h