Changeset 494 for abuse/trunk/src/net/sock.h
- Timestamp:
- Apr 17, 2011, 11:56:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/net/sock.h
r481 r494 17 17 virtual net_address *copy() = 0; 18 18 virtual void store_string(char *st, int st_length) = 0; // this should be able to be used get_node_address() 19 virtual ~net_address() { ;}19 virtual ~net_address() { ; } 20 20 }; 21 21 … … 79 79 // Notification methods 80 80 virtual net_socket *start_notify(int port, void *data, int len) { return 0; } 81 virtual void end_notify() { }81 virtual void end_notify() { } 82 82 // for protocols that don't know how to find address without help, start_notify creates 83 83 // a fast/connectionless socket to respond to find address request packets. After start_notify,
Note: See TracChangeset
for help on using the changeset viewer.