Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PProxyAutoConfig_h
#define PProxyAutoConfig_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 net {
class PProxyAutoConfigParent;
} // namespace net
} // namespace mozilla
namespace mozilla {
namespace net {
class PProxyAutoConfigChild;
} // namespace net
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PProxyAutoConfigChild and PProxyAutoConfigParent
//
namespace mozilla {
namespace net {
namespace PProxyAutoConfig {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::net::PProxyAutoConfigParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::net::PProxyAutoConfigChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::net::PProxyAutoConfigParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::net::PProxyAutoConfigChild>* aChild);
enum MessageType {
PProxyAutoConfigStart = PProxyAutoConfigMsgStart << 16,
Msg_ConfigurePAC__ID,
Msg_GetProxyForURI__ID,
Reply_GetProxyForURI__ID,
PProxyAutoConfigEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_ConfigurePAC(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_GetProxyForURI(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_GetProxyForURI(int32_t routingId);
} // namespace PProxyAutoConfig
} // namespace net
} // namespace mozilla
#endif // ifndef PProxyAutoConfig_h