Add fake X_MS_MediaReceiverRegistrar RegisterDevice support.

This commit is contained in:
Justin Maggard
2014-01-31 16:25:43 -08:00
parent d248cd3a43
commit 16b0963a5b
2 changed files with 20 additions and 0 deletions

View File

@ -379,6 +379,7 @@ static const struct action X_MS_MediaReceiverRegistrarActions[] =
{
{"IsAuthorized", GetIsAuthorizedArgs}, /* R */
{"IsValidated", GetIsValidatedArgs}, /* R */
{"RegisterDevice", GetRegisterDeviceArgs},
{0, 0}
};