Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

msocket.cc

Go to the documentation of this file.
00001 
00025 #include <magic/msocket.h>
00026 
00027 bool Socket::open (int mode)
00028 {
00029     /* Create socket. */
00030 
00031     /* Bind. */
00032 }
00033 
00034 
00035 void ClientSocket::connect (const String& host, uint port)
00036 {
00037     /* Ensure that it's open. */
00038 
00039     /* Connect. */
00040 }
00041 
00042 

Generated on Thu Feb 10 20:06:42 2005 for LibMagiC by doxygen1.2.18