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

Comparing branches/development/src/debug/Debugger.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/base/Exception.h>
25 > #include "utils/Exception.hpp"
26  
27   #ifdef HAVE_DEBUGGER
28 < #include <protomol/debug/Debugger.h>
29 < #include <protomol/debug/Process.h>
30 < #include <protomol/type/String.h>
28 > #include "debug/Debugger.hpp"
29 > #include "debug/Process.hpp"
30 > //#include "type/String.h"
31  
32   #include <sys/time.h>
33   #include <sys/resource.h>
# Line 42 | Line 42 | using namespace std;
42   #include <sstream>
43  
44   using namespace std;
45 < using namespace ProtoMol;
45 > using namespace OpenMD;
46  
47   string Debugger::executableName;
48   int Debugger::numTraces = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines