description.cc (158B)
1 #include "socket" 2 3 string Socket::description() { 4 ostringstream o; 5 6 o << "refcount:" << *_refcount << ", base:" << _basesocket; 7 return o.str(); 8 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |