class LLOfferInfo update

This commit is contained in:
Lirusaito
2013-06-11 07:36:49 -04:00
parent 62a96b8b33
commit 8a37ac2439
4 changed files with 31 additions and 6 deletions

View File

@@ -216,11 +216,14 @@ bool highlight_offered_object(const LLUUID& obj_id);
void set_dad_inventory_item(LLInventoryItem* inv_item, const LLUUID& into_folder_uuid);
void set_dad_inbox_object(const LLUUID& object_id);
struct LLOfferInfo
class LLOfferInfo
{
LLOfferInfo() {};
public:
LLOfferInfo();
LLOfferInfo(const LLSD& sd);
LLOfferInfo(const LLOfferInfo& info);
void forceResponse(InventoryOfferResponse response);
EInstantMessage mIM;
@@ -243,5 +246,3 @@ struct LLOfferInfo
void process_feature_disabled_message(LLMessageSystem* msg, void**);
#endif