summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llwlanimator_stub.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-20 20:46:46 -0400
committerOz Linden <oz@lindenlab.com>2011-04-20 20:46:46 -0400
commiteb15f9a8cee3b09371690da9921351c2612b9781 (patch)
tree6f7984eefaa88c6c4db2eb802cd5138501e747e2 /indra/newview/tests/llwlanimator_stub.cpp
parent120f31502eb521c1e0abaeb24972f070e7f75bd6 (diff)
parentdb6862e15b1ff6257593eab798250316a350cf73 (diff)
merge latest changes from windlight integration repo
Diffstat (limited to 'indra/newview/tests/llwlanimator_stub.cpp')
-rw-r--r--indra/newview/tests/llwlanimator_stub.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/tests/llwlanimator_stub.cpp b/indra/newview/tests/llwlanimator_stub.cpp
new file mode 100644
index 0000000000..4d1bb85544
--- /dev/null
+++ b/indra/newview/tests/llwlanimator_stub.cpp
@@ -0,0 +1,12 @@
+/**
+ * @file llwlanimator_stub.cpp
+ * @brief stub class to allow unit testing
+ *
+ * $LicenseInfo:firstyear=2009&license=viewergpl$
+ * Copyright (c) 2009, Linden Research, Inc.
+ * $/LicenseInfo$
+ */
+
+LLWLAnimator::LLWLAnimator(void) {}
+void LLWLAnimator::update(LLWLParamSet& set) {}
+void LLWLAnimator::setTrack(std::map<F32, LLWLParamKey>& track, F32 dayRate, F64 dayTime, bool run) {}