Year 2007.
[metaproxy-moved-to-github.git] / src / gduutil.hpp
1 /* $Id: gduutil.hpp,v 1.5 2007-01-25 14:05:54 adam Exp $
2    Copyright (c) 2005-2007, Index Data.
3
4    See the LICENSE file for details
5  */
6
7 #ifndef YP2_GDUUTIL_HPP
8 #define YP2_GDUUTIL_HPP
9
10 #include <yaz/zgdu.h>
11 #include <yaz/z-core.h>
12 //#include <yaz/srw.h>
13
14 #include <iosfwd>
15
16 namespace std 
17 {
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);
25 }
26
27
28 namespace metaproxy_1 {
29     namespace gdu  {
30
31
32     }    
33 }
34
35 #endif
36 /*
37  * Local variables:
38  * c-basic-offset: 4
39  * indent-tabs-mode: nil
40  * c-file-style: "stroustrup"
41  * End:
42  * vim: shiftwidth=4 tabstop=8 expandtab
43  */