diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-25 14:52:08 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-25 14:52:08 -0700 |
commit | 7762829031236422dcb569017b7095424957c954 (patch) | |
tree | ce00c870efad876d141ca7d7b914ce4600a32906 /indra/llinventory | |
parent | 6fb68454d5cb5fca175e1f0741fdfc03b08a9185 (diff) |
Pair of LOG_CLASS macros (from simulator)
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingsbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h index 7f88227a6d..caae2dcd23 100644 --- a/indra/llinventory/llsettingsbase.h +++ b/indra/llinventory/llsettingsbase.h @@ -300,6 +300,7 @@ private: class LLSettingsBlender : public PTR_NAMESPACE::enable_shared_from_this<LLSettingsBlender> { + LOG_CLASS(LLSettingsBlender); public: typedef PTR_NAMESPACE::shared_ptr<LLSettingsBlender> ptr_t; typedef boost::signals2::signal<void(const ptr_t )> finish_signal_t; @@ -380,6 +381,7 @@ protected: class LLSettingsBlenderTimeDelta : public LLSettingsBlender { + LOG_CLASS(LLSettingsBlenderTimeDelta); public: LLSettingsBlenderTimeDelta(const LLSettingsBase::ptr_t &target, const LLSettingsBase::ptr_t &initsetting, const LLSettingsBase::ptr_t &endsetting, const LLSettingsBase::Seconds& blend_span) : |