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:
@@ -806,7 +806,7 @@ LibPcdCallbackOnSet (
|
||||
|
||||
ASSERT (NotificationFunction != NULL);
|
||||
|
||||
Status = mPcd->CallbackOnSet (TokenNumber, Guid, NotificationFunction);
|
||||
Status = mPcd->CallbackOnSet (Guid, TokenNumber, NotificationFunction);
|
||||
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
@@ -838,7 +838,7 @@ LibPcdCancelCallback (
|
||||
|
||||
ASSERT (NotificationFunction != NULL);
|
||||
|
||||
Status = mPcd->CancelCallback (TokenNumber, Guid, NotificationFunction);
|
||||
Status = mPcd->CancelCallback (Guid, TokenNumber, NotificationFunction);
|
||||
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
|
Reference in New Issue
Block a user