Generated file

Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PFOGTransport_h
#define PFOGTransport_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 glean {
class PFOGTransportParent;
} // namespace glean
} // namespace mozilla
namespace mozilla {
namespace glean {
class PFOGTransportChild;
} // namespace glean
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PFOGTransportChild and PFOGTransportParent
//
namespace mozilla {
namespace glean {
namespace PFOGTransport {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::glean::PFOGTransportParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::glean::PFOGTransportChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::glean::PFOGTransportParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::glean::PFOGTransportChild>* aChild);
enum MessageType {
PFOGTransportStart = PFOGTransportMsgStart << 16,
Msg_FOGData__ID,
Msg_FlushFOGData__ID,
Reply_FlushFOGData__ID,
PFOGTransportEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_FOGData(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_FlushFOGData(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_FlushFOGData(IPC::Message::routeid_t routingId);
} // namespace PFOGTransport
} // namespace glean
} // namespace mozilla
#endif // ifndef PFOGTransport_h