Go to the documentation of this file.
24 #include <boost/scoped_ptr.hpp>
26 #include <yaz/yconfig.h>
28 namespace metaproxy_1 {
30 class Error :
public std::runtime_error {
33 : std::runtime_error(
"Pipe error: " + msg) {};
37 Pipe(
int port_to_use);
42 boost::scoped_ptr<Rep>
m_p;