25 #ifndef WMODULEONETOONECOMBINER_H
26 #define WMODULEONETOONECOMBINER_H
30 #include <boost/shared_ptr.hpp>
32 #include "../WModule.h"
33 #include "../WModuleCombiner.h"
34 #include "../WModuleCombinerTypes.h"
57 boost::shared_ptr< WModule > srcModule, std::string srcConnector,
58 boost::shared_ptr< WModule > targetModule, std::string targetConnector );
72 boost::shared_ptr< WModule > targetModule, std::string targetConnector );
83 virtual void apply() = 0;
137 #endif // WMODULEONETOONECOMBINER_H