]> Creatis software - bbtk.git/commitdiff
v1.03 BUG 1410
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 6 Jun 2012 12:38:02 +0000 (12:38 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 6 Jun 2012 12:38:02 +0000 (12:38 +0000)
 bbtkSystemTools   -> Symbol not exported for windows
     bbtkGEditor now can compile.

kernel/src/bbtkSystemTools.cxx
kernel/src/bbtkSystemTools.h

index 86e8929d418bc005cc173a41a6e71b3c85277749..726bd2dba40ed9f32c601c43b981333d0e42de47 100644 (file)
@@ -7,6 +7,12 @@
 
 #include "bbtkSystemTools.h"
 
+
+
+namespace bbtk
+{
+
+
 bbtkSystemTools::bbtkSystemTools()
 {
        // TODO Auto-generated constructor stub
@@ -36,3 +42,4 @@ void bbtkSystemTools::ExecuteCreaNewProject()
        system("creaNewProject &");
 }
 
+}// namespace bbtk
\ No newline at end of file
index c66db1e5a69afa599809876359c2d9e4ff4a74d2..9d18f7f74dc10602df4a387c53e22974f037e009 100644 (file)
 
 #include <cstdlib>
 
-class bbtkSystemTools
+
+namespace bbtk
+{
+
+
+class BBTK_EXPORT bbtkSystemTools
 {
 public:
        bbtkSystemTools();
@@ -34,4 +39,8 @@ public:
        static void ExecuteCreaNewProject();
 };
 
+
+}// namespace bbtk
+
+
 #endif /* BBTKSYSTEMTOOLS_H_ */