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

Comparing branches/new_design/OOPSE-4/src/brains/SkipList.cpp (file contents):
Revision 1825, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 29 | Line 29 | void SkipList::printMe( void ){
29  
30   void SkipList::printMe( void ){
31  
32 <  set<int>::iterator  i;
32 >   std::set<int>::iterator  i;
33    int index;
34    
35    index = 0;
# Line 42 | Line 42 | int SkipList::hasAtom(int i) {
42  
43   int SkipList::hasAtom(int i) {
44  
45 <  set<int>::iterator  position;
45 >   std::set<int>::iterator  position;
46  
47    position = skipSet.find(i);
48    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines