diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llassetstorage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llmessage/llassetstorage.h b/linden/indra/llmessage/llassetstorage.h index c094ef4..83cfdf6 100644 --- a/linden/indra/llmessage/llassetstorage.h +++ b/linden/indra/llmessage/llassetstorage.h | |||
@@ -315,15 +315,15 @@ public: | |||
315 | void markAssetToxic( const LLUUID& uuid ); | 315 | void markAssetToxic( const LLUUID& uuid ); |
316 | 316 | ||
317 | protected: | 317 | protected: |
318 | virtual LLSD getPendingDetails(const request_list_t* requests, | 318 | virtual LLSD getPendingDetailsImpl(const request_list_t* requests, |
319 | LLAssetType::EType asset_type, | 319 | LLAssetType::EType asset_type, |
320 | const std::string& detail_prefix) const; | 320 | const std::string& detail_prefix) const; |
321 | 321 | ||
322 | virtual LLSD getPendingRequest(const request_list_t* requests, | 322 | virtual LLSD getPendingRequestImpl(const request_list_t* requests, |
323 | LLAssetType::EType asset_type, | 323 | LLAssetType::EType asset_type, |
324 | const LLUUID& asset_id) const; | 324 | const LLUUID& asset_id) const; |
325 | 325 | ||
326 | virtual bool deletePendingRequest(request_list_t* requests, | 326 | virtual bool deletePendingRequestImpl(request_list_t* requests, |
327 | LLAssetType::EType asset_type, | 327 | LLAssetType::EType asset_type, |
328 | const LLUUID& asset_id); | 328 | const LLUUID& asset_id); |
329 | 329 | ||