]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWx.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWx.cxx
index c8026e40b24f97a4cfa6d1d238e2c45376430d63..a15bb866cc7e47b13804a78a658641e5127a9159 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWx.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/01/27 14:22:57 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2009/04/08 07:56:11 $
+  Version:   $Revision: 1.13 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 *  The fact that you are presently reading this means that you have had
 *  knowledge of the CeCILL-B license and that you accept its terms.
 * ------------------------------------------------------------------------ */                                                                         
-
-#ifdef _USE_WXWIDGETS_
-
 #include "bbtkWx.h"
 #include "bbtkMessageManager.h"
 
+#ifdef _USE_WXWIDGETS_
+
 namespace bbtk
 {
   //=========================================================================
@@ -348,6 +347,22 @@ namespace bbtk
   //=========================================================================
   */
 
-}
+} // namespace bbtk
+
+#else
+//=======================================================================
+// WITHOUT WX
+//=========================================================================
+namespace bbtk
+{
+  Wx::BusyCursor::BusyCursor()
+  {
+  }
+  Wx::BusyCursor::~BusyCursor()
+  {
+  }
+  //=========================================================================
 
+} // namespace bbtk
 #endif
+