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

Comparing branches/new_design/OOPSE-4/src/brains/SkipList.hpp (file contents):
Revision 1825 by tim, Thu Dec 2 03:12:25 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 20 | Line 20 | class SkipList{
20  
21   protected:
22  
23 <  set<int> skipSet;
23 >   std::set<int> skipSet;
24    SkipList();
25  
26   private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines