diff options
Diffstat (limited to 'linden/indra/llinventory/lleconomy.h')
-rw-r--r-- | linden/indra/llinventory/lleconomy.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llinventory/lleconomy.h b/linden/indra/llinventory/lleconomy.h index 03db99b..2e2adc4 100644 --- a/linden/indra/llinventory/lleconomy.h +++ b/linden/indra/llinventory/lleconomy.h | |||
@@ -16,7 +16,8 @@ | |||
16 | * There are special exceptions to the terms and conditions of the GPL as | 16 | * There are special exceptions to the terms and conditions of the GPL as |
17 | * it is applied to this Source Code. View the full text of the exception | 17 | * it is applied to this Source Code. View the full text of the exception |
18 | * in the file doc/FLOSS-exception.txt in this software distribution, or | 18 | * in the file doc/FLOSS-exception.txt in this software distribution, or |
19 | * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception | 19 | * online at |
20 | * http://secondlifegrid.net/programs/open_source/licensing/flossexception | ||
20 | * | 21 | * |
21 | * By copying, modifying or distributing this software, you acknowledge | 22 | * By copying, modifying or distributing this software, you acknowledge |
22 | * that you have read and understood your obligations described above, | 23 | * that you have read and understood your obligations described above, |
@@ -47,6 +48,8 @@ public: | |||
47 | // become a singleton and this pattern will more easily disambiguate them. | 48 | // become a singleton and this pattern will more easily disambiguate them. |
48 | typedef LLSingleton<LLGlobalEconomy> Singleton; | 49 | typedef LLSingleton<LLGlobalEconomy> Singleton; |
49 | 50 | ||
51 | void initSingleton() { } | ||
52 | |||
50 | virtual void print(); | 53 | virtual void print(); |
51 | 54 | ||
52 | static void processEconomyData(LLMessageSystem *msg, LLGlobalEconomy* econ_data); | 55 | static void processEconomyData(LLMessageSystem *msg, LLGlobalEconomy* econ_data); |