factoring SRU helper utilities into seperate files
[metaproxy-moved-to-github.git] / src / sru_util.hpp
1 /* $Id: sru_util.hpp,v 1.1 2006-09-26 13:15:33 marc Exp $
2    Copyright (c) 2005-2006, Index Data.
3
4    See the LICENSE file for details
5  */
6
7 #ifndef YP2_SDU_UTIL_HPP
8 #define YP2_SDU_UTIL_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_SRW_PDU& srw_pdu); 
19
20 }
21
22
23 namespace metaproxy_1 {
24     namespace sru  {
25
26     }    
27 }
28
29 #endif
30 /*
31  * Local variables:
32  * c-basic-offset: 4
33  * indent-tabs-mode: nil
34  * c-file-style: "stroustrup"
35  * End:
36  * vim: shiftwidth=4 tabstop=8 expandtab
37  */