From b6f4e9794116c10e30e61e926f40fb68c86141af Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 9 Nov 2009 14:58:57 -0700 Subject: Moved 1.2 alerts to the new notification system --- linden/indra/newview/panelradar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linden/indra/newview/panelradar.h') diff --git a/linden/indra/newview/panelradar.h b/linden/indra/newview/panelradar.h index 0152f26..8697bbc 100644 --- a/linden/indra/newview/panelradar.h +++ b/linden/indra/newview/panelradar.h @@ -99,10 +99,10 @@ private: static void onClickAR(void *user_data); static void onClickEjectFromEstate(void *user_data); - static void callbackFreeze(S32 option, void *user_data); - static void callbackEject(S32 option, void *user_data); static void callbackAR(void *user_data); - static void callbackEjectFromEstate(S32 option, void *user_data); + static bool callbackFreeze(const LLSD& notification, const LLSD& response, PanelRadar *self); + static bool callbackEject(const LLSD& notification, const LLSD& response, PanelRadar *self); + static bool callbackEjectFromEstate(const LLSD& notification, const LLSD& response, PanelRadar *self); static void sendFreeze(const LLUUID &avatar, bool); static void sendEject(const LLUUID &avatar, bool); -- cgit v1.1