00001 00032 #ifndef LL_LLFLOATERBUYCURRENCY_H 00033 #define LL_LLFLOATERBUYCURRENCY_H 00034 00035 #include "stdtypes.h" 00036 00037 class LLFloaterBuyCurrency 00038 { 00039 public: 00040 static void buyCurrency(); 00041 static void buyCurrency(const std::string& name, S32 price); 00042 /* name should be a noun phrase of the object or service being bought: 00043 "That object costs" 00044 "Trying to give" 00045 "Uploading costs" 00046 a space and the price will be appended 00047 */ 00048 }; 00049 00050 00051 #endif