From: Aleksey Bragin Date: Mon, 19 Oct 2009 16:37:12 +0000 (+0000) Subject: [ntoskrnl/lpc] X-Git-Tag: ReactOS-0.3.11~404 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=e182f235a1b59caf91aa427f74dd4e2c1f5a53d6 [ntoskrnl/lpc] - Mark NtRequestPort/NtReplyPort as implemented. svn path=/trunk/; revision=43606 --- 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