X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkSystem.h;h=cef7b64465d0591122c997136681beba09597a0b;hb=ad891a93d0f7aedabfb477c42829a60e4d46cb9a;hp=72f4e6f7e9efbf45c9a419ab22ed1895b51619b3;hpb=49007dc0a651edf71dca840e43953886120d1965;p=bbtk.git diff --git a/kernel/src/bbtkSystem.h b/kernel/src/bbtkSystem.h index 72f4e6f..cef7b64 100644 --- a/kernel/src/bbtkSystem.h +++ b/kernel/src/bbtkSystem.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkSystem.h,v $ Language: C++ - Date: $Date: 2009/01/08 10:18:29 $ - Version: $Revision: 1.12 $ + Date: $Date: 2009/06/08 14:50:04 $ + Version: $Revision: 1.14 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -74,6 +74,8 @@ // To avoid warning : // 'PACKAGE_NAMEGetPackage' has C-linkage specified, but returns UDT 'boost::shared_ptr' which is incompatible with C #pragma warning ( disable : 4190 ) + + #endif //_MSC_VER @@ -99,7 +101,10 @@ // class ClassName - +#if defined(_WIN32) + // IF NOT DEF THEN INTERNAL COMPILER ERROR WITH BOOST 1.37 ON VISUAL C++ + #define BOOST_SP_NO_SP_CONVERTIBLE +#endif #if defined(_WIN32) //&& defined(BUILD_SHARED_LIBS) @@ -241,3 +246,14 @@ namespace bbtk #ifdef _MSC_VER # define access _access #endif + + + + +//=========================================================== +// Define the groups (modules) for doxygen documentation +/** + * \defgroup box Black boxes related classes + * \defgroup interface Graphical User Interface components + * \defgroup data Data +*/