comparison dwt/events/VerifyEvent.d @ 86:bef1ed4ebc50

again copied events from dwt-linux
author Frank Benoit <benoit@tionex.de>
date Wed, 06 Feb 2008 21:33:24 +0100
parents 9a64a7781bab
children ab60f3309436
comparison
equal deleted inserted replaced
85:a155324d7a44 86:bef1ed4ebc50
58 * Returns a string containing a concise, human-readable 58 * Returns a string containing a concise, human-readable
59 * description of the receiver. 59 * description of the receiver.
60 * 60 *
61 * @return a string representation of the event 61 * @return a string representation of the event
62 */ 62 */
63 override public char[] toString() { 63 public override char[] toString() {
64 return Format( "{} start={} end={} text={}}", super.toString[ 0 .. $-2 ], start, end, text ); 64 return Format( "{} start={} end={} text={}}", super.toString[ 0 .. $-2 ], start, end, text );
65 } 65 }
66 } 66 }