- Timestamp:
- 18 Sep 2012, 21:07:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py
r9197 r9199 199 199 """ 200 200 201 coordinates = Attribute('The coordinates of the bed from bed_id') 202 201 203 def loggerInfo(ob_class, comment): 202 204 """Adds an INFO message to the log file 203 205 """ 204 206 205 def getBedCoordinates():206 """Determine the coordinates from bed_id.207 """208 207 def bookBed(student_id): 209 208 """Book a bed for a student.
Note: See TracChangeset for help on using the changeset viewer.