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

Win32: Add the exportation of SignalCast

parent 52d93a5a
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
#include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple.hpp>
#include <iostream> #include <iostream>
#include <dynamic-graph/dynamic-graph-api.h>
namespace dynamicgraph { namespace dynamicgraph {
/*! This class allows serialization of a number of objects into (disp) and from /*! This class allows serialization of a number of objects into (disp) and from
...@@ -26,7 +28,7 @@ namespace dynamicgraph { ...@@ -26,7 +28,7 @@ namespace dynamicgraph {
* complex than a typical template-based compile-time resolve. So disp, cast and * complex than a typical template-based compile-time resolve. So disp, cast and
* trace are costly functions and should be used as such. * trace are costly functions and should be used as such.
*/ */
class SignalCaster { class DYNAMICGRAPH_EXPORT SignalCaster {
public: public:
SignalCaster(); SignalCaster();
virtual ~SignalCaster(); virtual ~SignalCaster();
......
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