comparison dreactor/protocol/Raw.d @ 1:b5c7dc3922c6

update
author rick@minifunk
date Sun, 08 Jun 2008 01:52:15 -0400
parents 7a315154bf5e
children
comparison
equal deleted inserted replaced
0:7a315154bf5e 1:b5c7dc3922c6
100 Default incoming data handler. Should be replaced with something useful. 100 Default incoming data handler. Should be replaced with something useful.
101 101
102 **************************************************************************/ 102 **************************************************************************/
103 int receive(ConnectionHandler h, RegisterD reg) 103 int receive(ConnectionHandler h, RegisterD reg)
104 { 104 {
105
105 } 106 }
106 107
107 private 108 private
108 ConnectionHandler manager; 109 ConnectionHandler manager;
109 SelectLoop select; 110 SelectLoop select;