diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-05 18:40:08 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-05 18:40:08 -0700 |
commit | 85509457c6dc6a0f3e56fa3d24ae872e1878c04f (patch) | |
tree | 25965d736b6f3052c4bb1fbffc7f725edf97561b /indra/llimage/llimagej2c.h | |
parent | a680d4fc1c30828fac63b1b9c6caee497c8f992a (diff) |
STORM-105 : Take Vadim code review into account, code clean up
Diffstat (limited to 'indra/llimage/llimagej2c.h')
-rw-r--r-- | indra/llimage/llimagej2c.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h index 3933c9236f..7333f0370f 100644 --- a/indra/llimage/llimagej2c.h +++ b/indra/llimage/llimagej2c.h @@ -76,13 +76,11 @@ public: static void closeDSO(); static std::string getEngineInfo(); - // Image compression/decompression tester - static LLImageCompressionTester* sTesterp ; - protected: friend class LLImageJ2CImpl; friend class LLImageJ2COJ; friend class LLImageJ2CKDU; + friend class LLImageCompressionTester; void decodeFailed(); void updateRawDiscardLevel(); @@ -96,6 +94,10 @@ protected: BOOL mReversible; LLImageJ2CImpl *mImpl; std::string mLastError; + + // Image compression/decompression tester + static LLImageCompressionTester* sTesterp; + static bool perfStatsEnabled(); }; // Derive from this class to implement JPEG2000 decoding |