comparison 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
comparison
equal deleted inserted replaced
8:60cf25102fb2 9:5412a1ff2e49
47 i_offset = 0; 47 i_offset = 0;
48 o_offset = 0; 48 o_offset = 0;
49 out_buffers = new CircularSeq!(char[]); 49 out_buffers = new CircularSeq!(char[]);
50 log = Log.lookup("dreactor.core.Dispatcher"); 50 log = Log.lookup("dreactor.core.Dispatcher");
51 } 51 }
52 52
53 /********************************************************************** 53 /**********************************************************************
54 54
55 Setters for the handlers. These are set by the Protocols as well 55 Setters for the handlers. These are set by the Protocols as well
56 56
57 **********************************************************************/ 57 **********************************************************************/