Ref T259, Ref T243 interpolation setup list

This commit is contained in:
Klaus Basan
2018-03-19 19:58:42 +01:00
parent cc638ca3d0
commit f5d1217b48
4 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
/* Copyright (C) 2018
* swift project Community / Contributors
*
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
* directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project,
* including this file, may be copied, modified, propagated, or distributed except according to the terms
* contained in the LICENSE file.
*/
#include "interpolationsetuplist.h"
namespace BlackMisc
{
namespace Simulation
{
CInterpolationSetupList::CInterpolationSetupList() { }
CInterpolationSetupList::CInterpolationSetupList(const CSequence<CInterpolationAndRenderingSetupPerCallsign> &other) :
CSequence<CInterpolationAndRenderingSetupPerCallsign>(other)
{ }
} // namespace
} // namespace