branch update for HEAD-2003091401
[reactos.git] / ntoskrnl / se / acl.c
index c6d3525..a02e6a1 100644 (file)
@@ -227,6 +227,9 @@ RtlpAddKnownAce(PACL Acl,
 }
 
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 RtlAddAccessAllowedAce(PACL Acl,
                       ULONG Revision,
@@ -238,6 +241,9 @@ RtlAddAccessAllowedAce(PACL Acl,
 
 #ifndef LIBCAPTIVE
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 RtlAddAce(PACL Acl,
          ULONG AclRevision,
@@ -306,6 +312,9 @@ RtlAddAce(PACL Acl,
 
 #endif /* LIBCAPTIVE */
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 RtlCreateAcl(PACL Acl,
             ULONG AclSize,