- removed calls to wsyserror() and wwarning() inside the WMHost and
commitad95610321d5620c11b29578fc2a3efde1e6059c
authordan <dan>
Fri, 24 Nov 2000 10:31:10 +0000 (24 10:31 +0000)
committerdan <dan>
Fri, 24 Nov 2000 10:31:10 +0000 (24 10:31 +0000)
tree71a4aaaf3be5339a504680a160b4f409dddad662
parenta9b75e03e278f9a5acb55c2fd45327c3f2023be9
- removed calls to wsyserror() and wwarning() inside the WMHost and
  WMConnection code. do call by yourself wsyserrorwithcode() passing
  WCErrorCode, whenever a call don't return the expected value, and
  WCErrorCode > 0. If WCErrorCode==0 that is not an system error,
  condition, so don't call wsyserrorwithcode() in that case.
- added some assertions where appropriate
WINGs/ChangeLog
WINGs/connection.c
WINGs/host.c