From: jchen20 Date: Thu, 9 Jul 2009 09:56:42 +0000 (+0000) Subject: Add comments to describe the difference between code and spec to fix the bug #202409 X-Git-Tag: edk2-stable201903~17470 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e89985504d71b2aa08e962d40d07be47d5175e5a Add comments to describe the difference between code and spec to fix the bug #202409 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8838 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkPkg/Include/Protocol/DataHub.h b/IntelFrameworkPkg/Include/Protocol/DataHub.h index f723c72665..2e9ef87099 100644 --- a/IntelFrameworkPkg/Include/Protocol/DataHub.h +++ b/IntelFrameworkPkg/Include/Protocol/DataHub.h @@ -116,7 +116,9 @@ EFI_STATUS data records exist in the system. @retval EFI_OUT_OF_RESOURCES Record was not returned due to lack of system resources. - + @note: Inconsistent with specification here: + In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as + EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistance is remained for backward compatibility **/ typedef EFI_STATUS @@ -146,7 +148,9 @@ EFI_STATUS @retval EFI_ALREADY_STARTED FilterEvent was previously registered and cannot be registered again. @retval EFI_OUT_OF_RESOURCES The filter driver event was not registered due to lack of system resources. - + @note: Inconsistent with specification here: + In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as + EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility **/ typedef EFI_STATUS @@ -167,7 +171,9 @@ EFI_STATUS @retval EFI_SUCCESS The filter driver represented by FilterEvent was shut off. @retval EFI_NOT_FOUND FilterEvent did not exist. - + @note: Inconsistent with specification here: + In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as + EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility **/ typedef EFI_STATUS