fd2.cc (92B)
1 #include "basesocket" 2 3 void Basesocket::fd(int f) { 4 _fd = f; 5 _initialized = true; 6 }