finalized logging output format, using ISO date form and duratio in seconds.fraction...
[metaproxy-moved-to-github.git] / src / gduutil.hpp
1 /* $Id: gduutil.hpp,v 1.2 2006-08-30 14:37:11 marc Exp $
2    Copyright (c) 2005-2006, 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
13 #include <iosfwd>
14
15 namespace std 
16 {
17     std::ostream& operator<<(std::ostream& os, Z_GDU& zgdu);
18     std::ostream& operator<<(std::ostream& os, Z_APDU& zapdu); 
19     std::ostream& operator<<(std::ostream& os, Z_HTTP_Request& httpreq);
20     std::ostream& operator<<(std::ostream& os, Z_HTTP_Response& httpres);
21     std::ostream& operator<<(std::ostream& os, Z_Records & rs);
22     std::ostream& operator<<(std::ostream& os, Z_DiagRec& dr);
23     std::ostream& operator<<(std::ostream& os, Z_DefaultDiagFormat& ddf);
24 }
25
26
27 namespace metaproxy_1 {
28     namespace gdu  {
29
30
31     }    
32 }
33
34 #endif
35 /*
36  * Local variables:
37  * c-basic-offset: 4
38  * indent-tabs-mode: nil
39  * c-file-style: "stroustrup"
40  * End:
41  * vim: shiftwidth=4 tabstop=8 expandtab
42  */