crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

opeq.cc (115B)


      1 #include "basesocket"
      2 
      3 bool Basesocket::operator==(Basesocket const &other) const {
      4     return _fd == other._fd;
      5 }