EXPORT added
This commit is contained in:
@@ -28,7 +28,7 @@ namespace MbD {
|
||||
class ASMTItemIJ;
|
||||
class MBDynSystem;
|
||||
|
||||
class ASMTAssembly : public ASMTSpatialContainer
|
||||
class EXPORT ASMTAssembly : public ASMTSpatialContainer
|
||||
{
|
||||
//
|
||||
public:
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "ASMTJoint.h"
|
||||
|
||||
namespace MbD {
|
||||
class ASMTInLineJoint : public ASMTJoint
|
||||
class EXPORT ASMTInLineJoint : public ASMTJoint
|
||||
{
|
||||
//
|
||||
public:
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "ASMTJoint.h"
|
||||
|
||||
namespace MbD {
|
||||
class ASMTInPlaneJoint : public ASMTJoint
|
||||
class EXPORT ASMTInPlaneJoint : public ASMTJoint
|
||||
{
|
||||
//
|
||||
public:
|
||||
|
||||
@@ -151,6 +151,7 @@ void MbD::ASMTItem::deleteMbD()
|
||||
|
||||
void MbD::ASMTItem::createMbD(std::shared_ptr<System> mbdSys, std::shared_ptr<Units> mbdUnits)
|
||||
{
|
||||
noop();
|
||||
assert(false);
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "ASMTItemIJ.h"
|
||||
|
||||
namespace MbD {
|
||||
class ASMTKinematicIJ : public ASMTItemIJ
|
||||
class EXPORT ASMTKinematicIJ : public ASMTItemIJ
|
||||
{
|
||||
//
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user