home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / docs / lovelace / items.adb < prev    next >
Encoding:
Text File  |  1995-10-20  |  192 b   |  11 lines

  1.  
  2. package body Items is
  3.  
  4.  function May_I_Get(Direct_Object : access Item;
  5.                     Agent : access Occupant'Class) return Boolean is
  6.  begin
  7.   return True;
  8.  end May_I_Get;
  9.  
  10. end Items;
  11.