summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/wrapped/WrappedDataModel.cpp
blob: 901d246f45db53cc26a82765409e43265a4f07b4 (plain)
1
2
3
4
5
6
7
8
#include "WrappedDataModel.h"

namespace uscxml {

WrappedDataModel::WrappedDataModel() {}
WrappedDataModel::~WrappedDataModel() {}

}