summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-21 18:58:24 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-21 18:58:24 -0400
commit231b90cbacaf4e95e528c3335659f1959907cf59 (patch)
treece2babef9a8ac5b2f1175f34309c470a51720204 /indra/newview/llagentwearables.cpp
parent4c8c4eb28a05056b59461374947b8fffb4e35a3d (diff)
SH-3039 WIP - trying to close phases where needed
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-x[-rw-r--r--]indra/newview/llagentwearables.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index bd418ca2b3..20ce2f63e2 100644..100755
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2081,6 +2081,11 @@ boost::signals2::connection LLAgentWearables::addLoadedCallback(loaded_callback_
return mLoadedSignal.connect(cb);
}
+bool LLAgentWearables::changeInProgress() const
+{
+ return mCOFChangeInProgress;
+}
+
void LLAgentWearables::notifyLoadingStarted()
{
mCOFChangeInProgress = true;