Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PProxyConfigLookup_h
#define PProxyConfigLookup_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"
#include "mozilla/net/NeckoChannelParams.h"
namespace mozilla {
namespace net {
class PProxyConfigLookupParent;
} // namespace net
} // namespace mozilla
namespace mozilla {
namespace net {
class PProxyConfigLookupChild;
} // namespace net
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PProxyConfigLookupChild and PProxyConfigLookupParent
//
namespace mozilla {
namespace net {
namespace PProxyConfigLookup {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::net::PProxyConfigLookupParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::net::PProxyConfigLookupChild>* aChild);
enum MessageType {
PProxyConfigLookupStart = PProxyConfigLookupMsgStart << 16,
Msg___delete____ID,
Reply___delete____ID,
PProxyConfigLookupEnd
};
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
} // namespace PProxyConfigLookup
} // namespace net
} // namespace mozilla
#endif // ifndef PProxyConfigLookup_h