- Timestamp:
- Sep 11, 2010, 2:31:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ipv6/src/libraries/network/LANDiscoverable.cc
r7295 r7402 70 70 assert( this->host_ == 0 ); 71 71 this->host_ = enet_host_create( &bindAddress, 10, 0, 0, 0 ); 72 if ( this->host_ == NULL ) 73 COUT(1) << "LANDiscoverable: host_ == NULL" << std::endl; 72 74 } 73 75 else
Note: See TracChangeset
for help on using the changeset viewer.