From: <sv...@ww...> - 2004-06-13 14:36:19
|
Author: wolverine Date: 2004-06-13 07:36:13 -0700 (Sun, 13 Jun 2004) New Revision: 1032 Modified: trunk/CSP/CSPSim/CHANGES.current Log: Added DispatchMessageHandler.cpp to handle incoming messages and forward them to the correct object. Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-06-13 08:20:09 UTC (rev 1031) +++ trunk/CSP/CSPSim/CHANGES.current 2004-06-13 14:36:13 UTC (rev 1032) @@ -1,6 +1,10 @@ Version 0.4.0 (in progress) =========================== +2004-06-13: wolverine + * Added DispatchMessageHandler to the networking layer to forward incoming + messages to the correct object. + 2004-06-12: wolverine * Added Dispatch.h as a possible way to dispatch network messages through object hierarchies. Not integrated with the build yet. |