Jun Du - 2007-05-31

Hi,

When studying CCL and some examples (e.g., MPV and CigiMiniHost), I couldn't find built-in network support with CCL. Although CCL has an I/O class, it doesn't touvh network interface. Instead, the client needs to define its own network support. For example, CigiMiniHost defines its own Network class. Actually, this is not too supprising, as network support is not platform neutral. It wouldn't be desirable to write clean and graceful code for networking for different OS's.

Just want to confirm this with you guys.

Best,