class MyServer(TCPServer, TCPClient):
......
I can use any method in TCPServer, but I cannot use any methods in
TCPClient. It does not seem to see the TCPClient at all..
I DO NOT call the TCPClient.init() routine since I already call
the TCPServer.init() call... Does this have something to do with it?
Thank you!
Lance Ellinghouse
lance@markv.com