Changeset 2349:c945f577a66d in lemon-0.x for lemon/elevator.h
- Timestamp:
- 01/22/07 13:13:57 (16 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/elevator.h
r2348 r2349 224 224 ///\return the level of the highest active item or -1 if there is no active 225 225 ///item. 226 ItemhighestActiveLevel() const226 int highestActiveLevel() const 227 227 { 228 228 return _highest_active;
Note: See TracChangeset
for help on using the changeset viewer.