source:
xssim/src/schedframe/scheduling/plugin/local/LocalReservationManager.java
@
104
Revision 104, 303 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package schedframe.scheduling.plugin.local; |
2 | |
3 | import schedframe.scheduling.plugin.grid.Module; |
4 | import test.rewolucja.reservation.ReservationListNew; |
5 | |
6 | |
7 | |
8 | |
9 | /** |
10 | * |
11 | * @author Marcin Krystek |
12 | * |
13 | */ |
14 | public interface LocalReservationManager extends Module { |
15 | |
16 | public ReservationListNew getReservations(); |
17 | |
18 | } |
Note: See TracBrowser
for help on using the repository browser.