Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / src / gduutil.hpp
index 8b4289d..27959ac 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2008 Index Data
+   Copyright (C) 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 <iosfwd>
 
-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