#include "socketexception.hh"
Go to the source code of this file.
Namespaces | |
namespace | Network |
Functions | |
std::ostream & | operator<< (std::ostream &stream, Exception &e) |
|
Definition at line 27 of file socketexception.cc. 00028 {
00029 e.print(stream);
00030 return (stream);
00031 }
|