From 1e4968eb915f8f635f38f9dbc136d282586202d4 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:11:39 -0500 Subject: [PATCH] Update registrationbook.cpp --- .../src/infocenter/registrationbook.cpp | 47 +++++++++---------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp b/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp index f8494bfe..945a523c 100644 --- a/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp +++ b/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp @@ -58,30 +58,6 @@ MxResult RegistrationBook::Create(MxDSAction& p_dsAction) return result; } -// STUB: LEGO1 0x10077210 -MxLong RegistrationBook::HandleEndAction(MxEndActionNotificationParam& p_param) -{ - return 0; -} - -// STUB: LEGO1 0x100772d0 -MxLong RegistrationBook::HandleKeyPress(char p_key) -{ - return 0; -} - -// STUB: LEGO1 0x100774a0 -MxLong RegistrationBook::HandleClick(LegoControlManagerEvent& p_param) -{ - return 0; -} - -// STUB: LEGO1 0x100781d0 -MxLong RegistrationBook::HandleNotification19(MxParam& p_param) -{ - return 0; -} - // FUNCTION: LEGO1 0x100770e0 MxLong RegistrationBook::Notify(MxParam& p_param) { @@ -113,6 +89,23 @@ MxLong RegistrationBook::Notify(MxParam& p_param) } return result; } +// STUB: LEGO1 0x10077210 +MxLong RegistrationBook::HandleEndAction(MxEndActionNotificationParam& p_param) +{ + return 0; +} + +// STUB: LEGO1 0x100772d0 +MxLong RegistrationBook::HandleKeyPress(char p_key) +{ + return 0; +} + +// STUB: LEGO1 0x100774a0 +MxLong RegistrationBook::HandleClick(LegoControlManagerEvent& p_param) +{ + return 0; +} // STUB: LEGO1 0x10077cc0 void RegistrationBook::ReadyWorld() @@ -148,6 +141,12 @@ void RegistrationBook::Enable(MxBool p_enable) } } +// STUB: LEGO1 0x100781d0 +MxLong RegistrationBook::HandleNotification19(MxParam& p_param) +{ + return 0; +} + // FUNCTION: LEGO1 0x100783e0 MxBool RegistrationBook::VTable0x64() {