Changeset 212:ab60f3309436 for dwt/dwthelper/System.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/dwthelper/System.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/System.d
r197 r212 7 7 import tango.time.Clock; 8 8 import tango.stdc.stdlib : exit; 9 10 import dwt.dwthelper.utils; 9 11 10 12 template SimpleType(T) { … … 136 138 } 137 139 138 public static char[] getProperty( char[]key ){140 public static String getProperty( String key ){ 139 141 switch( key ){ 140 142 case "os.name": return "windows";
