]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkSystem.h
no message
[bbtk.git] / kernel / src / bbtkSystem.h
index 72f4e6f7e9efbf45c9a419ab22ed1895b51619b3..cef7b64465d0591122c997136681beba09597a0b 100644 (file)
@@ -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<T>' which is incompatible with C
 #pragma warning ( disable : 4190 )
+
+
 #endif //_MSC_VER
 
 
 // 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
+*/