Skip to content
Snippets Groups Projects
Commit b632e01d authored by Francois Keith's avatar Francois Keith
Browse files

Still fighting with mailbox

parent 5d088914
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ using namespace dynamicgraph; ...@@ -31,7 +31,7 @@ using namespace dynamicgraph;
typedef Mailbox<maal::boost::Vector> mailvect; typedef Mailbox<maal::boost::Vector> mailvect;
template<>DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(mailvect,"Mailbox<Vector>"); template<>DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(mailvect,"Mailbox<Vector>");
MailboxVector::MailboxVector( const std::string& name): Mailbox(name){} MailboxVector::MailboxVector( const std::string& name): Mailbox<maal::boost::Vector> (name){}
#endif // #ifdef HAVE_LIBBOOST_THREAD #endif // #ifdef HAVE_LIBBOOST_THREAD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment