summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llwlanimator_stub.cpp
blob: 4d1bb85544a0d1bb7528af3cbc62a11c231834fe (plain)
1
2
3
4
5
6
7
8
9
10
11
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) {}