ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/debug/Pipe.cpp
(Generate patch)

Comparing branches/development/src/debug/Pipe.cpp (file contents):
Revision 1490 by chuckv, Fri Aug 13 15:02:28 2010 UTC vs.
Revision 1491 by chuckv, Mon Aug 16 18:05:58 2010 UTC

# Line 22 | Line 22
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) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines