comparison dwt/internal/Platform.d @ 58:6d9ec9ccdcdd

Updated Accessible to 3.514
author Jacob Carlborg <doob@me.com>
date Tue, 09 Dec 2008 21:35:30 +0100
parents d8635bb48c7c
children 62202ce0039f
comparison
equal deleted inserted replaced
57:4444d15131d5 58:6d9ec9ccdcdd
12 * Jacob Carlborg <doob@me.com> 12 * Jacob Carlborg <doob@me.com>
13 *******************************************************************************/ 13 *******************************************************************************/
14 module dwt.internal.Platform; 14 module dwt.internal.Platform;
15 15
16 import dwt.dwthelper.utils; 16 import dwt.dwthelper.utils;
17 import dwt.internal.Lock;
17 18
18 public class Platform { 19 public class Platform {
19 20
20 public static const String PLATFORM = "cocoa"; //$NON-NLS-1$ 21 public static const String PLATFORM = "cocoa"; //$NON-NLS-1$
21 public static final Lock lock = new Lock (); 22 public static final Lock lock = new Lock ();