Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PTestDescendant_h
#define PTestDescendant_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 PTestDescendantParent;
} // namespace _ipdltest
} // namespace mozilla
namespace mozilla {
namespace _ipdltest {
class PTestDescendantChild;
} // namespace _ipdltest
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PTestDescendantChild and PTestDescendantParent
//
namespace mozilla {
namespace _ipdltest {
namespace PTestDescendant {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestDescendantParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestDescendantChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestDescendantParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::_ipdltest::PTestDescendantChild>* aChild);
enum MessageType {
PTestDescendantStart = PTestDescendantMsgStart << 16,
Msg_PTestDescendantSubConstructor__ID,
Reply_PTestDescendantSubConstructor__ID,
Msg_Test__ID,
Msg___delete____ID,
Reply___delete____ID,
Msg_Ok__ID,
PTestDescendantEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_PTestDescendantSubConstructor(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_PTestDescendantSubConstructor(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Test(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Ok(int32_t routingId);
} // namespace PTestDescendant
} // namespace _ipdltest
} // namespace mozilla
#endif // ifndef PTestDescendant_h