aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorAleric Inglewood2010-10-28 14:39:10 +0200
committerAleric Inglewood2010-10-28 14:39:10 +0200
commit0b3d87a7fefa6ef5cfb449f60bc80da2736a8551 (patch)
treefa338085d75deb6f6e2b525d1fef8e1bb49f44e7 /linden/indra/newview/lltexturefetch.h
parentIMP-670: Uninstall packages that are renewed (diff)
parentFixed xml files from the German translation missing from the repo (diff)
downloadmeta-impy-0b3d87a7fefa6ef5cfb449f60bc80da2736a8551.zip
meta-impy-0b3d87a7fefa6ef5cfb449f60bc80da2736a8551.tar.gz
meta-impy-0b3d87a7fefa6ef5cfb449f60bc80da2736a8551.tar.bz2
meta-impy-0b3d87a7fefa6ef5cfb449f60bc80da2736a8551.tar.xz
Merge branch 'weekly' of http://github.com/imprudence/imprudence into weekly
Diffstat (limited to 'linden/indra/newview/lltexturefetch.h')
-rw-r--r--linden/indra/newview/lltexturefetch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/lltexturefetch.h b/linden/indra/newview/lltexturefetch.h
index 6c6bb52..5fa2d1c 100644
--- a/linden/indra/newview/lltexturefetch.h
+++ b/linden/indra/newview/lltexturefetch.h
@@ -86,6 +86,8 @@ public:
86 86
87 LLTextureInfo* getTextureInfo() { return &mTextureInfo; } 87 LLTextureInfo* getTextureInfo() { return &mTextureInfo; }
88 88
89 static bool hasBuggyHTTPRange(); // *TODO: remove this *HACK once buggy OpenSim versions are gone
90
89protected: 91protected:
90 void addToNetworkQueue(LLTextureFetchWorker* worker); 92 void addToNetworkQueue(LLTextureFetchWorker* worker);
91 void removeFromNetworkQueue(LLTextureFetchWorker* worker, bool cancel); 93 void removeFromNetworkQueue(LLTextureFetchWorker* worker, bool cancel);