mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
refs #863 Interpolator inheritance based on CRTP rather than virtual methods.
This commit is contained in:
@@ -28,14 +28,7 @@
|
||||
#define XBUS_TRAFFIC_OBJECTPATH "/xbus/traffic"
|
||||
//! \endcond
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Simulation
|
||||
{
|
||||
class IInterpolator;
|
||||
class CInterpolationHints;
|
||||
}
|
||||
}
|
||||
namespace BlackMisc { namespace Simulation { class CInterpolationHints; } }
|
||||
namespace XBus
|
||||
{
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user