comparison dwtx/core/runtime/Platform.d @ 159:7926b636c282

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 01:57:58 +0200
parents 25f1f92fa3df
children 1a5b8f8129df
comparison
equal deleted inserted replaced
158:25f1f92fa3df 159:7926b636c282
690 * </p> 690 * </p>
691 * @param option the name of the option to lookup 691 * @param option the name of the option to lookup
692 * @return the value of the requested debug option or <code>null</code> 692 * @return the value of the requested debug option or <code>null</code>
693 */ 693 */
694 public static String getDebugOption(String option) { 694 public static String getDebugOption(String option) {
695 return true; 695 return null;
696 // DWT FIXME: impl 696 // DWT FIXME: impl
697 // return InternalPlatform.getDefault().getOption(option); 697 // return InternalPlatform.getDefault().getOption(option);
698 } 698 }
699 699
700 // /** 700 // /**