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

Comparing branches/new_design/OOPSE-3.0/src/visitors/AtomVisitor.cpp (file contents):
Revision 1831 by tim, Thu Dec 2 05:17:10 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 33 | Line 33 | bool SSDAtomVisitor::isSSDAtom(const string&atomType)
33      return data == NULL ? false : true;
34   }
35  
36 < bool SSDAtomVisitor::isSSDAtom(const string&atomType) {
37 <    std::vector<string>::iterator strIter;
36 > bool SSDAtomVisitor::isSSDAtom(const std::string&atomType) {
37 >    std::vector<std::string>::iterator strIter;
38  
39      for( strIter = ssdAtomType.begin(); strIter != ssdAtomType.end();
40          ++strIter )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines