Changeset 651 for abuse/trunk/src/net/sock.cpp
- Timestamp:
- May 14, 2011, 3:06:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/net/sock.cpp
r555 r651 22 22 net_protocol *net_protocol::first=0; 23 23 24 #if HAVE_NETWORK 24 25 // connect to an explictedly named address 25 26 // first try to get the address and then try to connect 26 27 // return NULL if either fail. This method does not need to be implemented 27 28 // in sub-classes 28 29 29 net_socket *net_protocol::connect_to_server(char const *&server_name, int port, int force_port, net_socket::socket_type sock_type) 30 30 { … … 35 35 return s; 36 36 } 37 #endif 37 38
Note: See TracChangeset
for help on using the changeset viewer.