1 /* $Id: gduutil.hpp,v 1.4 2006-09-26 13:15:33 marc Exp $
2 Copyright (c) 2005-2006, Index Data.
4 See the LICENSE file for details
7 #ifndef YP2_GDUUTIL_HPP
8 #define YP2_GDUUTIL_HPP
11 #include <yaz/z-core.h>
12 //#include <yaz/srw.h>
18 std::ostream& operator<<(std::ostream& os, Z_GDU& zgdu);
19 std::ostream& operator<<(std::ostream& os, Z_APDU& zapdu);
20 std::ostream& operator<<(std::ostream& os, Z_HTTP_Request& httpreq);
21 std::ostream& operator<<(std::ostream& os, Z_HTTP_Response& httpres);
22 std::ostream& operator<<(std::ostream& os, Z_Records & rs);
23 std::ostream& operator<<(std::ostream& os, Z_DiagRec& dr);
24 std::ostream& operator<<(std::ostream& os, Z_DefaultDiagFormat& ddf);
28 namespace metaproxy_1 {
39 * indent-tabs-mode: nil
40 * c-file-style: "stroustrup"
42 * vim: shiftwidth=4 tabstop=8 expandtab