/[moss]/moss/odb/src/xb.cxx
ViewVC logotype

Diff of /moss/odb/src/xb.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by morgner, Sun Nov 9 20:42:31 2003 UTC revision 1.4 by morgner, Mon Nov 10 00:06:55 2003 UTC
# Line 92  void uiSearchWord(const string& sSearchK Line 92  void uiSearchWord(const string& sSearchK
92    else    else
93      {      {
94  //    cout << "found Atom " << ((CAtom*)*it)->ID()<< endl;  //    cout << "found Atom " << ((CAtom*)*it)->ID()<< endl;
95      cout << "found Atom " << endl;      cout << "found Atom(s) " << endl;
96    
97      for (CKeyName::iterator itItem = (*it)->begin(); itItem != (*it)->end(); ++itItem)
98        {
99        cout << "  Atom: " << (*itItem)->ID() << endl;
100        } // if ( itItem == it->end() )
101    
102    
103    
104      } // else if ( it == g_soWordIndex.end() )      } // else if ( it == g_soWordIndex.end() )
105    } // void SearchAtoms(const string& sSearchKey)    } // void SearchAtoms(const string& sSearchKey)
106    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26