ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/visitors/RigidBodyVisitor.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/visitors/RigidBodyVisitor.hpp (file contents):
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC vs.
Revision 1625 by tim, Thu Oct 21 16:22:01 2004 UTC

# Line 4 | Line 4
4   #include <set>
5   #include <string>
6   #include "visitors/BaseVisitor.hpp"
7 < #include "utils/GenericData.hpp"
7 > #include "visitors/AtomData.hpp"
8  
9   using namespace std;
10  
11 + namespace oopse {
12 +    
13   class BaseRigidBodyVisitor: public BaseVisitor{
14    public:
15  
# Line 46 | Line 48 | class RBCOMVisitor : public BaseRigidBodyVisitor{
48  
49      virtual const string toString();
50   };
51 +
52 + }//namespace oopse
53   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines