X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fgduutil.hpp;h=6e672ee8f68668b8d240a8323a4e7df4f6d6be67;hb=82b21829b870f2347c6cf57ab61459c4f220b62b;hp=ac2b731194ea767b1850456dae30a4e7b38b4771;hpb=b0c61b7f8b17d876c88347a96c246c47493140da;p=metaproxy-moved-to-github.git diff --git a/src/gduutil.hpp b/src/gduutil.hpp index ac2b731..6e672ee 100644 --- a/src/gduutil.hpp +++ b/src/gduutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 Index Data + Copyright (C) 2005-2013 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -25,14 +25,15 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include -namespace std +namespace std { std::ostream& operator<<(std::ostream& os, Z_GDU& zgdu); - std::ostream& operator<<(std::ostream& os, Z_APDU& zapdu); + std::ostream& operator<<(std::ostream& os, Z_APDU& zapdu); std::ostream& operator<<(std::ostream& os, Z_HTTP_Request& httpreq); std::ostream& operator<<(std::ostream& os, Z_HTTP_Response& httpres); std::ostream& operator<<(std::ostream& os, Z_Records & rs); std::ostream& operator<<(std::ostream& os, Z_DiagRec& dr); + std::ostream& operator<<(std::ostream& os, Z_DiagRecs& dr); std::ostream& operator<<(std::ostream& os, Z_DefaultDiagFormat& ddf); } @@ -41,7 +42,7 @@ namespace metaproxy_1 { namespace gdu { - } + } } #endif