diff options
Diffstat (limited to 'contrib/src/uscxml/ExtendedLuaDataModel.cpp')
-rw-r--r-- | contrib/src/uscxml/ExtendedLuaDataModel.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/src/uscxml/ExtendedLuaDataModel.cpp b/contrib/src/uscxml/ExtendedLuaDataModel.cpp new file mode 100644 index 0000000..cb19743 --- /dev/null +++ b/contrib/src/uscxml/ExtendedLuaDataModel.cpp @@ -0,0 +1,21 @@ +/** + * @file + * @author 2017 Stefan Radomski (stefan.radomski@cs.tu-darmstadt.de) + * @copyright Simplified BSD + * + * @cond + * This program is free software: you can redistribute it and/or modify + * it under the terms of the FreeBSD license as published by the FreeBSD + * project. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the FreeBSD license along with this + * program. If not, see <http://www.opensource.org/licenses/bsd-license>. + * @endcond + */ + +#include "ExtendedLuaDataModel.h" + |