Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PSimpleChannel_h
#define PSimpleChannel_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 PSimpleChannelParent;
} // namespace net
} // namespace mozilla
namespace mozilla {
namespace net {
class PSimpleChannelChild;
} // namespace net
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PSimpleChannelChild and PSimpleChannelParent
//
namespace mozilla {
namespace net {
namespace PSimpleChannel {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::net::PSimpleChannelParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::net::PSimpleChannelChild>* aChild);
enum MessageType {
PSimpleChannelStart = PSimpleChannelMsgStart << 16,
Msg___delete____ID,
Reply___delete____ID,
PSimpleChannelEnd
};
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
} // namespace PSimpleChannel
} // namespace net
} // namespace mozilla
#endif // ifndef PSimpleChannel_h