range.h
Go to the documentation of this file.
00001 /* range.h
00002  */
00003 #ifndef _RANGE_H
00004 #define _RANGE_H
00005 #include <utility>
00006 namespace osl
00007 {
00008   namespace rating
00009   {
00010     typedef std::pair<int,int> range_t;
00011   }
00012 }
00013 
00014 #endif /* _RANGE_H */
00015 // ;;; Local Variables:
00016 // ;;; mode:c++
00017 // ;;; c-basic-offset:2
00018 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines