diff examples/guiDemo.d @ 173:a1ba9157510e

Enabled ServiceContentList to call its callbacks when its value changes. Tried to fix some other bugs, but this is not a very clean commit, due to wanting to make some big changes to enable better use of invariants next.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 08 Aug 2009 15:53:10 +0200
parents 9f035cd139c6
children 3d58adc17d20
line wrap: on
line diff
--- a/examples/guiDemo.d	Wed Jul 29 20:28:22 2009 +0200
+++ b/examples/guiDemo.d	Sat Aug 08 15:53:10 2009 +0200
@@ -28,6 +28,7 @@
 import tango.core.Thread : Thread;	// Thread.sleep()
 import tango.time.Clock;                // Clock.now()
 import tango.util.log.Log : Log, Logger;
+import tango.core.stacktrace.TraceExceptions;
 
 int main(char[][] args)
 {