X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FServer.hh;h=be3dd6cec6e20cb465ade0797a3f81ace8eb4e94;hb=489be2bbd4d03259a17df14e4962a4524cd5b654;hp=dc7630dce3142517f3a48c9c48eafa6fa1a9de67;hpb=09924661523b8416f0f45d140fd0732536309863;p=senf.git diff --git a/Console/Server.hh b/Console/Server.hh index dc7630d..be3dd6c 100644 --- a/Console/Server.hh +++ b/Console/Server.hh @@ -164,6 +164,12 @@ namespace console { friend class detail::ClientReader; friend class detail::NonblockingSocketSink; }; + + /** \brief Output INet4Address instance as it's string representation + \related INet4Address + */ + std::ostream & operator<<(std::ostream & os, Client const & client); + std::ostream & operator<<(std::ostream & os, Client * client); }}