Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PNotification_h
#define PNotification_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 dom {
namespace notification {
class PNotificationParent;
} // namespace notification
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
namespace notification {
class PNotificationChild;
} // namespace notification
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PNotificationChild and PNotificationParent
//
namespace mozilla {
namespace dom {
namespace notification {
namespace PNotification {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::dom::notification::PNotificationParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::notification::PNotificationChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::dom::notification::PNotificationParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::notification::PNotificationChild>* aChild);
enum MessageType {
PNotificationStart = PNotificationMsgStart << 16,
Msg_Show__ID,
Reply_Show__ID,
Msg_Close__ID,
Msg_NotifyClick__ID,
PNotificationEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Show(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_Show(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Close(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_NotifyClick(int32_t routingId);
} // namespace PNotification
} // namespace notification
} // namespace dom
} // namespace mozilla
#endif // ifndef PNotification_h