comparison dwt/DWT.d @ 4:bf9fe45b4422

C, Platform, Point, Rectangle
author Frank Benoit <benoit@tionex.de>
date Fri, 25 Jan 2008 13:01:53 +0100
parents 5406a8f6526d
children 41dbc4d9faab
comparison
equal deleted inserted replaced
3:20e70c5494d7 4:bf9fe45b4422
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Port to the D Programming language: 10 * Port to the D Programming language:
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 package dwt.DWT; 13 module dwt.DWT;
14 14
15 15
16 import dwt.internal.Compatibility; 16 import dwt.internal.Compatibility;
17 import dwt.internal.Library; 17 import dwt.internal.Library;
18 import dwt.internal.Platform; 18 import dwt.internal.Platform;
3427 * @exception IllegalArgumentException <ul> 3427 * @exception IllegalArgumentException <ul>
3428 * <li>ERROR_NULL_ARGUMENT - if the key is null</li> 3428 * <li>ERROR_NULL_ARGUMENT - if the key is null</li>
3429 * </ul> 3429 * </ul>
3430 */ 3430 */
3431 public static char[] getMessage(char[] key) { 3431 public static char[] getMessage(char[] key) {
3432 return Compatibility.getMessage(key); 3432 //return Compatibility.getMessage(key);
3433 return "";
3433 } 3434 }
3434 3435
3435 /** 3436 /**
3436 * Returns the DWT platform name. 3437 * Returns the DWT platform name.
3437 * Examples: "win32", "motif", "gtk", "photon", "carbon" 3438 * Examples: "win32", "motif", "gtk", "photon", "carbon"