diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-06-16 00:01:59 +0300 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-06-16 00:01:59 +0300 |
| commit | a199cd76a19e6ba9c9bcbadc66c065285fe63886 (patch) | |
| tree | f8bf9194baebc1f157e0b736d358e1c7f12ba06a /indra/llmessage | |
| parent | 0a7144c8708d5a231b9588ff3a13fe3345110f34 (diff) | |
| parent | 0597f876469d8ef672a270528cbeecc069ab5e66 (diff) | |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/llmessage')
| -rw-r--r-- | indra/llmessage/llassetstorage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llmessage/llassetstorage.h b/indra/llmessage/llassetstorage.h index 4be677a4b0..0f23754096 100644 --- a/indra/llmessage/llassetstorage.h +++ b/indra/llmessage/llassetstorage.h @@ -181,6 +181,10 @@ protected: // Map of known bad assets typedef std::map<LLUUID,U64,lluuid_less> toxic_asset_map_t; +// *TODO: these typedefs are passed into the VFS via a legacy C function pointer +// future project would be to convert these to C++ callables (std::function<>) so that +// we can use bind and remove the userData parameter. +// typedef void (*LLGetAssetCallback)(LLVFS *vfs, const LLUUID &asset_id, LLAssetType::EType asset_type, void *user_data, S32 status, LLExtStat ext_status); |
