Ignore:
Timestamp:
9 Feb 2009, 21:44:50 (16 years ago)
Author:
uli
Message:

Update IHostelContainer interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/interfaces.py

    r3938 r3944  
    3131    """
    3232
    33 class IHostelContainer(IWAeUPContainer):
    34     """A container for hostels.
    35     """
    36 
    3733class IFaculty(IWAeUPContainer):
    3834    """Representation of a university faculty.
     
    4945    def addFaculty(faculty):
    5046        """Add an IFactulty object.
     47
     48        Returns the key, under which the object was stored.
     49        """
     50
     51class IHostelContainer(IWAeUPContainer):
     52    """A container for hostels.
     53    """
     54    def addHostel(hostel):
     55        """Add an IHostel object.
    5156
    5257        Returns the key, under which the object was stored.
Note: See TracChangeset for help on using the changeset viewer.