#include <llinventorymodel.h>


Public Member Functions | |
| LLInventoryTransactionObserver (const LLTransactionID &transaction_id) | |
| virtual void | changed (U32 mask) |
Protected Types | |
| typedef std::vector< LLUUID > | folder_ref_t |
| typedef std::vector< LLUUID > | item_ref_t |
Protected Member Functions | |
| virtual void | done (const folder_ref_t &folders, const item_ref_t &items)=0 |
Protected Attributes | |
| LLTransactionID | mTransactionID |
Definition at line 819 of file llinventorymodel.h.
typedef std::vector<LLUUID> LLInventoryTransactionObserver::folder_ref_t [protected] |
Definition at line 826 of file llinventorymodel.h.
typedef std::vector<LLUUID> LLInventoryTransactionObserver::item_ref_t [protected] |
Definition at line 827 of file llinventorymodel.h.
| LLInventoryTransactionObserver::LLInventoryTransactionObserver | ( | const LLTransactionID & | transaction_id | ) |
Definition at line 3622 of file llinventorymodel.cpp.
| void LLInventoryTransactionObserver::changed | ( | U32 | mask | ) | [virtual] |
Implements LLInventoryObserver.
Definition at line 3628 of file llinventorymodel.cpp.
References _PREHASH_AgentData, _PREHASH_FolderData, _PREHASH_FolderID, _PREHASH_ItemData, _PREHASH_ItemID, _PREHASH_TransactionID, LLInventoryObserver::ADD, done(), LLMessageSystem::getMessageName(), LLMessageSystem::getNumberOfBlocksFast(), LLMessageSystem::getUUIDFast(), gMessageSystem, i, mTransactionID, and S32.

| virtual void LLInventoryTransactionObserver::done | ( | const folder_ref_t & | folders, | |
| const item_ref_t & | items | |||
| ) | [protected, pure virtual] |
1.5.5