#include <llassetstorage.h>

Public Member Functions | |
| LLEstateAssetRequest (const LLUUID &uuid, const LLAssetType::EType at, EstateAssetType et) | |
| virtual | ~LLEstateAssetRequest () |
| LLUUID | getUUID () const |
| LLAssetType::EType | getAType () 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 | mAType |
| EstateAssetType | mEstateAssetType |
Definition at line 169 of file llassetstorage.h.
| LLEstateAssetRequest::LLEstateAssetRequest | ( | const LLUUID & | uuid, | |
| const LLAssetType::EType | atype, | |||
| EstateAssetType | etype | |||
| ) |
---------------------------------------------------------------------------- LLEstateAssetRequest ----------------------------------------------------------------------------
Definition at line 242 of file llassetstorage.cpp.
References LLMessageSystem::getMessageTimeSeconds(), mTime, and TRUE.

| LLEstateAssetRequest::~LLEstateAssetRequest | ( | ) | [virtual] |
Definition at line 260 of file llassetstorage.cpp.
| LLUUID LLEstateAssetRequest::getUUID | ( | ) | const [inline] |
Definition at line 175 of file llassetstorage.h.
References mUUID.
Referenced by LLAssetStorage::downloadEstateAssetCompleteCallback().

| LLAssetType::EType LLEstateAssetRequest::getAType | ( | ) | const [inline] |
Definition at line 176 of file llassetstorage.h.
References mAType.
Referenced by LLAssetStorage::downloadEstateAssetCompleteCallback().

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

| void LLEstateAssetRequest::setType | ( | LLAssetType::EType | type | ) | [inline] |
Definition at line 179 of file llassetstorage.h.
References mAType.
Referenced by LLAssetStorage::downloadEstateAssetCompleteCallback().

LLUUID LLEstateAssetRequest::mUUID [protected] |
LLAssetType::EType LLEstateAssetRequest::mAType [protected] |
Definition at line 184 of file llassetstorage.h.
| void(* LLEstateAssetRequest::mDownCallback)(LLVFS *, const LLUUID &, LLAssetType::EType, void *, S32, LLExtStat) |
Definition at line 189 of file llassetstorage.h.
Referenced by LLAssetStorage::downloadEstateAssetCompleteCallback(), and LLAssetStorage::getEstateAsset().
Definition at line 190 of file llassetstorage.h.
Definition at line 191 of file llassetstorage.h.
Definition at line 194 of file llassetstorage.h.
Definition at line 195 of file llassetstorage.h.
1.5.5