Show
Ignore:
Timestamp:
08/14/08 12:01:54 (4 years ago)
Author:
kohlhaas
Message:

closes #56

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/org/rapla/facade/QueryModule.java

    r1110 r1330  
    118118     * The User cannot change appointments.*/ 
    119119    boolean canExchangeAllocatables(Reservation reservation); 
     120     
     121    boolean canReadReservationsFromOthers(User user); 
    120122} 
    121123