ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/visitors/BaseVisitor.hpp
(Generate patch)

Comparing:
trunk/OOPSE-3.0/src/visitors/BaseVisitor.hpp (file contents), Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
branches/new_design/OOPSE-3.0/src/visitors/BaseVisitor.hpp (file contents), Revision 1702 by tim, Wed Nov 3 18:00:36 2004 UTC

# Line 4 | Line 4 | class SimInfo;
4   #include <string>
5   using namespace std;
6  
7 +
8   class SimInfo;
9 +
10 + namespace oopse {
11 +    
12   class Atom;
13   class DirectionalAtom;
14   class RigidBody;
# Line 40 | Line 44 | class BaseVisitor{
44      string visitorName;
45   };
46  
47 + }//end namespace oopse
48   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines