Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PWindowsLocation_h
#define PWindowsLocation_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 PWindowsLocationParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWindowsLocationChild;
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PWindowsLocationChild and PWindowsLocationParent
//
namespace mozilla {
namespace dom {
namespace PWindowsLocation {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::dom::PWindowsLocationParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PWindowsLocationChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::dom::PWindowsLocationParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PWindowsLocationChild>* aChild);
enum MessageType {
PWindowsLocationStart = PWindowsLocationMsgStart << 16,
Msg_Startup__ID,
Msg_RegisterForReport__ID,
Msg_UnregisterForReport__ID,
Msg_SetHighAccuracy__ID,
Msg___delete____ID,
Reply___delete____ID,
Msg_Update__ID,
Msg_Failed__ID,
PWindowsLocationEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Startup(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_RegisterForReport(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_UnregisterForReport(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_SetHighAccuracy(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Update(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Failed(int32_t routingId);
} // namespace PWindowsLocation
} // namespace dom
} // namespace mozilla
#endif // ifndef PWindowsLocation_h