netbuffer4.cc (128B)
1 #include "netbuffer" 2 3 Netbuffer::Netbuffer (string const &s): 4 buf_data(0), buf_sz(0), buf_alloced(0) { 5 setstring(s); 6 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |