25 #ifndef WOUTPUTCONNECTORWRAPPER_H
26 #define WOUTPUTCONNECTORWRAPPER_H
29 #include <boost/shared_ptr.hpp>
32 #include "core/kernel/WModuleOutputConnector.h"
63 boost::shared_ptr< WModuleOutputConnector >
m_conn;
66 #endif // WOUTPUTCONNECTORWRAPPER_H
WOutputConnectorWrapper(boost::shared_ptr< WModuleOutputConnector > conn)
Constructor.
void disconnect()
Disconnect this connector.
A wrapper for output connectors.
boost::shared_ptr< WModuleOutputConnector > m_conn
The actual input connector.
boost::shared_ptr< WModuleOutputConnector > getConnectorPtr()
Get the pointer to the actual connector.