Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PFileChannel_h
#define PFileChannel_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 PFileChannelParent;
} // namespace net
} // namespace mozilla
namespace mozilla {
namespace net {
class PFileChannelChild;
} // namespace net
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PFileChannelChild and PFileChannelParent
//
namespace mozilla {
namespace net {
namespace PFileChannel {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::net::PFileChannelParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::net::PFileChannelChild>* aChild);
enum MessageType {
PFileChannelStart = PFileChannelMsgStart << 16,
Msg___delete____ID,
Reply___delete____ID,
Msg_NotifyListeners__ID,
Msg_SetChannelIdForRedirect__ID,
PFileChannelEnd
};
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_NotifyListeners(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_SetChannelIdForRedirect(int32_t routingId);
} // namespace PFileChannel
} // namespace net
} // namespace mozilla
#endif // ifndef PFileChannel_h