#include "NetInterface.hh"#include "GroupsockHelper.hh"#include <sstream>#include <stdio.h>Include dependency graph for NetInterface.cpp:

Go to the source code of this file.
Functions | |
| UsageEnvironment & | operator<< (UsageEnvironment &s, const Socket &sock) |
| UsageEnvironment& operator<< | ( | UsageEnvironment & | s, | |
| const Socket & | sock | |||
| ) |
Definition at line 112 of file NetInterface.cpp.
References Socket::socketNum(), and timestampString().
00112 { 00113 return s << timestampString() << " Socket(" << sock.socketNum() << ")"; 00114 }
1.5.2