summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-01-22 22:08:06 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-01-22 22:08:06 +0000
commit26add5700d88338b94ce891892948998b0468131 (patch)
tree592c0295c96f3b48f9c75a0c0452709abe305bd3 /indra/newview/llviewerobject.h
parentcddb530b4de1521f59261dd53498e49a4050191b (diff)
MAINT-8159 - animation state management during link/unlink commands
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 237529f213..dc99978302 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -259,6 +259,8 @@ public:
*/
virtual BOOL setParent(LLViewerObject* parent);
+ virtual void onReparent(LLViewerObject *old_parent, LLViewerObject *new_parent);
+ virtual void afterReparent();
virtual void addChild(LLViewerObject *childp);
virtual void removeChild(LLViewerObject *childp);
const_child_list_t& getChildren() const { return mChildList; }