Fixed (my own) stupidity in Connect() mini-tutorial / comments
authorGuillermo Rodriguez Garcia <guille@iies.es>
Sat, 4 Mar 2000 02:51:45 +0000 (02:51 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Sat, 4 Mar 2000 02:51:45 +0000 (02:51 +0000)
commitbd4d918f36b7df736e63f9aa934d479e4f3ff346
tree590f605b41dcf2a47d595becdb410087373e8ae5
parent2b396caaa2b6a70daff264e707c1600056a35bcf
Fixed (my own) stupidity in Connect() mini-tutorial / comments
Changed all _T() to _() in server.cpp
Modified server to use Destroy() instead of directly accessing the wxPendingDelete list
Removed the panels which contained the textctrls - they are not needed at all.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/sockets/client.cpp
samples/sockets/server.cpp