00001 00031 #ifndef LL_LLFLOATERSELLLAND_H 00032 #define LL_LLFLOATERSELLLAND_H 00033 #include "llmemory.h" 00034 00035 class LLParcel; 00036 class LLViewerRegion; 00037 class LLParcelSelection; 00038 00039 class LLFloaterSellLand 00040 { 00041 public: 00042 static void sellLand(LLViewerRegion* region, 00043 LLHandle<LLParcelSelection> parcel); 00044 }; 00045 00046 #endif // LL_LLFLOATERSELLLAND_H