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

Memory-task must use the API of sot-API

parent ec61557b
No related branches found
No related tags found
No related merge requests found
......@@ -23,22 +23,7 @@
#include <sot-core/task-abstract.h>
/* --------------------------------------------------------------------- */
/* --- API ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#ifndef SOTSOT_CORE_EXPORT
# if defined (WIN32)
# if defined (sot_core_EXPORTS)
# define SOTSOT_CORE_EXPORT __declspec(dllexport)
# else
# define SOTSOT_CORE_EXPORT __declspec(dllimport)
# endif
# else
# define SOTSOT_CORE_EXPORT
# endif
#endif
#include <sot-core/sot-core-api.h>
/* --------------------------------------------------------------------- */
/* --- CLASS ----------------------------------------------------------- */
......@@ -47,7 +32,7 @@
namespace sot {
namespace dg = dynamicgraph;
class SOTSOT_CORE_EXPORT MemoryTaskSOT
class SOT_CORE_EXPORT MemoryTaskSOT
: public TaskAbstract::MemoryTaskAbstract, public dg::Entity
{
public:// protected:
......
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