Year 2007.
[metaproxy-moved-to-github.git] / src / pipe.hpp
index b883c39..4179208 100644 (file)
@@ -1,18 +1,19 @@
-/* $Id: pipe.hpp,v 1.2 2005-11-07 21:57:10 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: