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

Contiifstream must use the API of sot-API

parent 5fce0e8f
No related branches found
No related tags found
No related merge requests found
...@@ -36,29 +36,17 @@ ...@@ -36,29 +36,17 @@
#include <list> #include <list>
#include <dynamic-graph/interpreter.h> #include <dynamic-graph/interpreter.h>
#include <sot-core/sot-core-api.h>
#ifndef WIN32 #ifndef WIN32
#include <pthread.h> #include <pthread.h>
#endif #endif
/* --------------------------------------------------------------------- */
/* --- API ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (contiifstream_EXPORTS)
# define SOTCONTIIFSTREAM_EXPORT __declspec(dllexport)
# else
# define SOTCONTIIFSTREAM_EXPORT __declspec(dllimport)
# endif
#else
# define SOTCONTIIFSTREAM_EXPORT
#endif
namespace sot { namespace sot {
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */
/* --- CLASS ----------------------------------------------------------- */ /* --- CLASS ----------------------------------------------------------- */
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */
class SOTCONTIIFSTREAM_EXPORT Contiifstream class SOT_CORE_EXPORT Contiifstream
{ {
protected: protected:
std::string filename; std::string filename;
......
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