diff options
author | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
commit | da68d3a57ecb27eba5d7efb8ff77d9640c0be65e (patch) | |
tree | f2fa2b9ed6e8cf49c8a3cb2a1893c4e5c61916a1 /linden/indra/newview/llgivemoney.h | |
parent | Second Life viewer sources 1.15.1.3 (diff) | |
download | meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.zip meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.gz meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.bz2 meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.xz |
Second Life viewer sources 1.16.0.5
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llgivemoney.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llgivemoney.h b/linden/indra/newview/llgivemoney.h index 664d1c8..f2b5a9a 100644 --- a/linden/indra/newview/llgivemoney.h +++ b/linden/indra/newview/llgivemoney.h | |||
@@ -56,13 +56,13 @@ public: | |||
56 | virtual ~LLFloaterPay(); | 56 | virtual ~LLFloaterPay(); |
57 | 57 | ||
58 | // Pay into an in-world object, which will trigger scripts and eventually | 58 | // Pay into an in-world object, which will trigger scripts and eventually |
59 | // transfer the money to the resident or group that owns the object. | 59 | // transfer the L$ to the resident or group that owns the object. |
60 | // Object must be selected. Must pass object id, because it may be | 60 | // Object must be selected. Must pass object id, because it may be |
61 | // a child of the selected object. | 61 | // a child of the selected object. |
62 | static void payViaObject(money_callback callback, const LLUUID& object_id); | 62 | static void payViaObject(money_callback callback, const LLUUID& object_id); |
63 | 63 | ||
64 | // Pay an avatar or group directly, not via an object in the world. | 64 | // Pay an avatar or group directly, not via an object in the world. |
65 | // Scripts are not notified, money can be direcly transferred. | 65 | // Scripts are not notified, L$ can be direcly transferred. |
66 | static void payDirectly(money_callback callback, | 66 | static void payDirectly(money_callback callback, |
67 | const LLUUID& target_id, | 67 | const LLUUID& target_id, |
68 | BOOL is_group); | 68 | BOOL is_group); |