1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #include <cmajor/binder/BoundNode.hpp>
 7 
 8 namespace cmajor { namespace binder {
 9 
10 BoundNode::BoundNode(const Span& span_const boost::uuids::uuid& moduleId_BoundNodeType boundNodeType_) : span(span_)moduleId(moduleId_)boundNodeType(boundNodeType_)
11 {
12 }
13 
14 } } // namespace cmajor::binder