X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c5a0860a3c8d278c6f440d9e749e33d9942bfe7..b686073e4e6991ea9ae4154a13bf693acd738551:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index bd4b09517b..eab87f8071 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -35,8 +35,6 @@ #include #include "src/simix/ActorImpl.hpp" -#ifdef __cplusplus - #include namespace simgrid { @@ -44,7 +42,6 @@ namespace kernel { namespace context { class Context; - class ContextFactory; XBT_PUBLIC_CLASS ContextFactory { private: @@ -150,12 +147,6 @@ XBT_PRIVATE ContextFactory* boost_factory(); typedef simgrid::kernel::context::ContextFactory *smx_context_factory_t; -#else - -typedef struct s_smx_context_factory *smx_context_factory_t; - -#endif - SG_BEGIN_DECL()