diff dreactor/core/Dispatcher.d @ 9:5412a1ff2e49

adding chat client and more updates
author rick@minifunk
date Sat, 12 Jul 2008 10:42:41 -0400
parents 287ba7de97c4
children 5836613d16ac
line wrap: on
line diff
--- a/dreactor/core/Dispatcher.d	Wed Jul 09 00:56:21 2008 -0400
+++ b/dreactor/core/Dispatcher.d	Sat Jul 12 10:42:41 2008 -0400
@@ -49,7 +49,7 @@
         out_buffers = new CircularSeq!(char[]);
         log = Log.lookup("dreactor.core.Dispatcher");
     }
-      
+    
     /**********************************************************************
     
         Setters for the handlers. These are set by the Protocols as well