diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-09-05 00:17:50 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-09-05 00:17:50 +0800 |
| commit | 11cab7b55c64bdc59d0780aacd853e5c12d6adab (patch) | |
| tree | 16f138566459efc960250b4a3dc87c664437549f /indra/newview/llbuycurrencyhtml.h | |
| parent | a0770adb8bda13e8daa2190a8f95972055983b0d (diff) | |
| parent | 79b07e64267386396f6b122c5ced12eda513c72e (diff) | |
Merge tag 'Second_Life_Release#79b07e64-26.4' into 26.426.4
Diffstat (limited to 'indra/newview/llbuycurrencyhtml.h')
| -rw-r--r-- | indra/newview/llbuycurrencyhtml.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/indra/newview/llbuycurrencyhtml.h b/indra/newview/llbuycurrencyhtml.h index 5e3d30dcd0..2f78199dcb 100644 --- a/indra/newview/llbuycurrencyhtml.h +++ b/indra/newview/llbuycurrencyhtml.h @@ -29,8 +29,6 @@ #include "llsingleton.h" -class LLFloaterBuyCurrencyHTML; - class LLBuyCurrencyHTML { public: @@ -41,11 +39,16 @@ class LLBuyCurrencyHTML static void openCurrencyFloater( const std::string& message, S32 sum ); // show and give focus to actual currency floater - this is used for both cases - // where the sum is required and where it is not - static void showDialog( bool specific_sum_requested, const std::string& message, S32 sum ); + // where the shortfall is required and where it is not + static void showDialog( S32 shortfall = 0 ); // close (and destroy) the currency floater static void closeDialog(); + + // probe BuyCurrencyPacksURL once at login; clears sWebFloaterEnabled if 501 + static void checkFeatureFlag(); + + static bool sWebFloaterEnabled; }; #endif // LL_LLBUYCURRENCYHTML_H |
