/** * @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& track, F32 dayRate, F64 dayTime, bool run) {}