diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/Synchronizer.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 52184e4b815c
children 2e09b0e6857a
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/Synchronizer.d	Mon Mar 23 18:28:04 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/Synchronizer.d	Tue Mar 24 08:48:41 2009 +0100
@@ -46,11 +46,11 @@
     RunnableLock [] messages;
     Object messageLock;
     Thread syncThread;
-    static final int GROW_SIZE = 4;
-    static final int MESSAGE_LIMIT = 64;
+    static const int GROW_SIZE = 4;
+    static const int MESSAGE_LIMIT = 64;
 
     //TEMPORARY CODE
-    static final bool IS_CARBON = false;//"carbon".equals (SWT.getPlatform ());
+    static const bool IS_CARBON = false;//"carbon".equals (SWT.getPlatform ());
 
 /**
  * Constructs a new instance of this class.