From e182f235a1b59caf91aa427f74dd4e2c1f5a53d6 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 19 Oct 2009 16:37:12 +0000 Subject: [PATCH] [ntoskrnl/lpc] - Mark NtRequestPort/NtReplyPort as implemented. svn path=/trunk/; revision=43606 --- reactos/ntoskrnl/lpc/reply.c | 2 +- reactos/ntoskrnl/lpc/send.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/lpc/reply.c b/reactos/ntoskrnl/lpc/reply.c index 377313e7e55..57e0519ea53 100644 --- a/reactos/ntoskrnl/lpc/reply.c +++ b/reactos/ntoskrnl/lpc/reply.c @@ -136,7 +136,7 @@ LpcpMoveMessage(IN PPORT_MESSAGE Destination, /* PUBLIC FUNCTIONS **********************************************************/ /* - * @unimplemented + * @implemented */ NTSTATUS NTAPI diff --git a/reactos/ntoskrnl/lpc/send.c b/reactos/ntoskrnl/lpc/send.c index 6980ee445f7..5bcc884ca0b 100644 --- a/reactos/ntoskrnl/lpc/send.c +++ b/reactos/ntoskrnl/lpc/send.c @@ -437,7 +437,7 @@ LpcRequestWaitReplyPort(IN PVOID PortObject, } /* - * @unimplemented + * @implemented */ NTSTATUS NTAPI