25 #ifndef WBATCHLOADER_H
26 #define WBATCHLOADER_H
31 #include <boost/enable_shared_from_this.hpp>
32 #include <boost/shared_ptr.hpp>
34 #include "../common/WThreadedRunner.h"
36 #include "WExportKernel.h"
44 public boost::enable_shared_from_this< WBatchLoader >
54 WBatchLoader( std::vector< std::string > fileNames, boost::shared_ptr< WModuleContainer > targetContainer );
87 #endif // WBATCHLOADER_H