/* */ #include "AuthConfig.h" #include namespace aria2 { std::ostream& operator<<(std::ostream& o, const AuthConfigHandle& authConfig) { o << authConfig->getAuthText(); return o; } } // namespace aria2