22 |
|
|
23 |
|
\*******************************************************************/ |
24 |
|
|
25 |
< |
#include <protomol/debug/Pipe.h> |
25 |
> |
#include "debug/Pipe.hpp" |
26 |
|
|
27 |
< |
#include <protomol/base/Exception.h> |
28 |
< |
#include <protomol/base/Zap.h> |
27 |
> |
#include "utils/Exception.hpp" |
28 |
> |
#include "utils/Zap.hpp" |
29 |
|
|
30 |
|
#include <stdio.h> |
31 |
|
#include <unistd.h> |
32 |
|
#include <ext/stdio_filebuf.h> // NOTE: This only works in GCC 3.2 and newer |
33 |
|
|
34 |
|
using namespace std; |
35 |
< |
using namespace ProtoMol; |
35 |
> |
using namespace OpenMD; |
36 |
|
|
37 |
|
Pipe::Pipe() : |
38 |
|
outStream(0), inStream(0) { |