time.
- Replaced __LINE__ #ifdefs with a PSEUDO__LINE__ macro. However, M$
documentation says that VC++ has __LINE__. What's wrong in the first
place?
- Caught a crash when two clients are connected and one leaves. Doesn't
work anyway, but crashes no longer.
- Base class VsnetSocketBase for both ServerSockets and VsnetSockets.