Use Odr_oid for OIDs. Requires YAZ 3.0.2
[metaproxy-moved-to-github.git] / src / pipe.hpp
index f5b2378..4179208 100644 (file)
@@ -1,17 +1,19 @@
-/* $Id: pipe.hpp,v 1.1 2005-11-07 12:32:01 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: pipe.hpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef YP2_PIPE_HPP
 #define YP2_PIPE_HPP
 
+#include <stdexcept>
+#include <string>
 #include <boost/scoped_ptr.hpp>
 
 #include <yaz/yconfig.h>
 
-namespace yp2 {
+namespace metaproxy_1 {
     class Pipe {
         class Error : public std::runtime_error {
         public: