comparison 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
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
44 Display display; 44 Display display;
45 int messageCount; 45 int messageCount;
46 RunnableLock [] messages; 46 RunnableLock [] messages;
47 Object messageLock; 47 Object messageLock;
48 Thread syncThread; 48 Thread syncThread;
49 static final int GROW_SIZE = 4; 49 static const int GROW_SIZE = 4;
50 static final int MESSAGE_LIMIT = 64; 50 static const int MESSAGE_LIMIT = 64;
51 51
52 //TEMPORARY CODE 52 //TEMPORARY CODE
53 static final bool IS_CARBON = false;//"carbon".equals (SWT.getPlatform ()); 53 static const bool IS_CARBON = false;//"carbon".equals (SWT.getPlatform ());
54 54
55 /** 55 /**
56 * Constructs a new instance of this class. 56 * Constructs a new instance of this class.
57 * 57 *
58 * @param display the display to create the synchronizer on 58 * @param display the display to create the synchronizer on