RLVa update.
This commit is contained in:
@@ -361,9 +361,14 @@ protected:
|
||||
/*
|
||||
* Member variables
|
||||
*/
|
||||
public:
|
||||
typedef std::list<const folderlock_descr_t*> folderlock_list_t;
|
||||
// Accessors for RlvFloaterLocks
|
||||
const folderlock_list_t& getFolderLocks() { return m_FolderLocks; }
|
||||
const uuid_vec_t& getAttachmentLookups() { return m_LockedAttachmentRem; }
|
||||
const uuid_vec_t& getWearableLookups() { return m_LockedWearableRem; }
|
||||
protected:
|
||||
// Map of folder locks (idRlvObj -> lockDescr)
|
||||
typedef std::list<const folderlock_descr_t*> folderlock_list_t;
|
||||
folderlock_list_t m_FolderLocks; // List of add and remove locked folder descriptions
|
||||
S32 m_cntLockAdd; // Number of RLV_LOCK_ADD locked folders in m_FolderLocks
|
||||
S32 m_cntLockRem; // Number of RLV_LOCK_REMOVE locked folders in m_FolderLocks
|
||||
|
||||
Reference in New Issue
Block a user