#include <llassetstorage.h>

Public Member Functions | |
| LLInvItemRequest (const LLUUID &uuid, const LLAssetType::EType at) | |
| virtual | ~LLInvItemRequest () |
| LLUUID | getUUID () const |
| LLAssetType::EType | getType () const |
| void | setUUID (const LLUUID &id) |
| void | setType (LLAssetType::EType type) |
Public Attributes | |
| void(* | mDownCallback )(LLVFS *, const LLUUID &, LLAssetType::EType, void *, S32, LLExtStat) |
| void * | mUserData |
| LLHost | mHost |
| BOOL | mIsTemp |
| F64 | mTime |
| BOOL | mIsPriority |
| BOOL | mDataSentInFirstPacket |
| BOOL | mDataIsInVFS |
Protected Attributes | |
| LLUUID | mUUID |
| LLAssetType::EType | mType |
Definition at line 140 of file llassetstorage.h.
| LLInvItemRequest::LLInvItemRequest | ( | const LLUUID & | uuid, | |
| const LLAssetType::EType | type | |||
| ) |
---------------------------------------------------------------------------- LLInvItemRequest ----------------------------------------------------------------------------
Definition at line 218 of file llassetstorage.cpp.
References LLMessageSystem::getMessageTimeSeconds(), mTime, and TRUE.

| LLInvItemRequest::~LLInvItemRequest | ( | ) | [virtual] |
Definition at line 234 of file llassetstorage.cpp.
| LLUUID LLInvItemRequest::getUUID | ( | ) | const [inline] |
Definition at line 146 of file llassetstorage.h.
References mUUID.
Referenced by LLAssetStorage::downloadInvItemCompleteCallback().

| LLAssetType::EType LLInvItemRequest::getType | ( | ) | const [inline] |
Definition at line 147 of file llassetstorage.h.
References mType.
Referenced by LLAssetStorage::downloadInvItemCompleteCallback().

| void LLInvItemRequest::setUUID | ( | const LLUUID & | id | ) | [inline] |
Definition at line 149 of file llassetstorage.h.
References mUUID.
Referenced by LLAssetStorage::downloadInvItemCompleteCallback().

| void LLInvItemRequest::setType | ( | LLAssetType::EType | type | ) | [inline] |
Definition at line 150 of file llassetstorage.h.
References mType.
Referenced by LLAssetStorage::downloadInvItemCompleteCallback().

LLUUID LLInvItemRequest::mUUID [protected] |
LLAssetType::EType LLInvItemRequest::mType [protected] |
| void(* LLInvItemRequest::mDownCallback)(LLVFS *, const LLUUID &, LLAssetType::EType, void *, S32, LLExtStat) |
Referenced by LLAssetStorage::downloadInvItemCompleteCallback(), and LLAssetStorage::getInvItemAsset().
Definition at line 159 of file llassetstorage.h.
Referenced by LLAssetStorage::downloadInvItemCompleteCallback(), and LLAssetStorage::getInvItemAsset().
Definition at line 160 of file llassetstorage.h.
Definition at line 161 of file llassetstorage.h.
Definition at line 164 of file llassetstorage.h.
Definition at line 165 of file llassetstorage.h.
1.5.5