![]() |
MySocket Class Reference
Detailed DescriptionDefinition at line 83 of file sockets_test.cpp. Constructor & Destructor Documentation
Member Function Documentation
Definition at line 88 of file sockets_test.cpp. 00088 { 00089 int port = GetParent() -> GetPort(); 00090 Send("I'm the server at port " + 00091 Utility::l2string(port) + "\n"); 00092 SetCloseAndDelete(); 00093 }
The documentation for this class was generated from the following file: |