aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/panelradar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-11-09 14:58:57 -0700
committerMcCabe Maxsted2009-11-09 14:58:57 -0700
commitb6f4e9794116c10e30e61e926f40fb68c86141af (patch)
tree7416a21fbe2b788b828cf394057c70b2bdbbda9f /linden/indra/newview/panelradar.h
parentRemoved RLVa temporarily from First Use (diff)
downloadmeta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.zip
meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.gz
meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.bz2
meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.xz
Moved 1.2 alerts to the new notification system
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/panelradar.h6
1 files changed, 3 insertions, 3 deletions
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:
99 static void onClickAR(void *user_data); 99 static void onClickAR(void *user_data);
100 static void onClickEjectFromEstate(void *user_data); 100 static void onClickEjectFromEstate(void *user_data);
101 101
102 static void callbackFreeze(S32 option, void *user_data);
103 static void callbackEject(S32 option, void *user_data);
104 static void callbackAR(void *user_data); 102 static void callbackAR(void *user_data);
105 static void callbackEjectFromEstate(S32 option, void *user_data); 103 static bool callbackFreeze(const LLSD& notification, const LLSD& response, PanelRadar *self);
104 static bool callbackEject(const LLSD& notification, const LLSD& response, PanelRadar *self);
105 static bool callbackEjectFromEstate(const LLSD& notification, const LLSD& response, PanelRadar *self);
106 106
107 static void sendFreeze(const LLUUID &avatar, bool); 107 static void sendFreeze(const LLUUID &avatar, bool);
108 static void sendEject(const LLUUID &avatar, bool); 108 static void sendEject(const LLUUID &avatar, bool);