Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PTestManyHandles_h
#define PTestManyHandles_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 _ipdltest {
class PTestManyHandlesParent;
} // namespace _ipdltest
} // namespace mozilla
namespace mozilla {
namespace _ipdltest {
class PTestManyHandlesChild;
} // namespace _ipdltest
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PTestManyHandlesChild and PTestManyHandlesParent
//
namespace mozilla {
namespace _ipdltest {
namespace PTestManyHandles {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyHandlesParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyHandlesChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyHandlesParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestManyHandlesChild>* aChild);
enum MessageType {
PTestManyHandlesStart = PTestManyHandlesMsgStart << 16,
Msg_ManyHandles__ID,
PTestManyHandlesEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_ManyHandles(int32_t routingId);
} // namespace PTestManyHandles
} // namespace _ipdltest
} // namespace mozilla
#endif // ifndef PTestManyHandles_h