Add [in,out] in the @param for PCD header and c file.
Update GetNextToken and GetNextTokenSpaces APIs parameter sequence according to PCD spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1040 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -906,7 +906,7 @@ LibPcdCallbackOnSet (
|
||||
PcdPpi = GetPcdPpiPtr ();
|
||||
|
||||
|
||||
Status = PcdPpi->CallbackOnSet (TokenNumber, Guid, NotificationFunction);
|
||||
Status = PcdPpi->CallbackOnSet (Guid, TokenNumber, NotificationFunction);
|
||||
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
@@ -940,7 +940,7 @@ LibPcdCancelCallback (
|
||||
PcdPpi = GetPcdPpiPtr ();
|
||||
|
||||
|
||||
Status = PcdPpi->CancelCallback (TokenNumber, Guid, NotificationFunction);
|
||||
Status = PcdPpi->CancelCallback (Guid, TokenNumber, NotificationFunction);
|
||||
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
|
Reference in New Issue
Block a user