From: <sv...@ww...> - 2004-06-12 12:28:07
|
Author: wolverine Date: 2004-06-12 05:28:00 -0700 (Sat, 12 Jun 2004) New Revision: 1016 Modified: trunk/CSP/CSPSim/CHANGES.current Log: Switching Networking to use a MemoryWriter class to load the message. Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-06-12 12:26:32 UTC (rev 1015) +++ trunk/CSP/CSPSim/CHANGES.current 2004-06-12 12:28:00 UTC (rev 1016) @@ -1,6 +1,9 @@ Version 0.4.0 (in progress) =========================== +2004-06-12: wolverine + * Switching the writing of network buffers to use a SimData MemoryWriter. + 2004-06-10: wolverine * Merged the networking classes MessageSocketDuplex into NetworkMessenger. Also added a callback mechanism to handle |