TD3: Add code skeleton for the hostel reservations though RMI.
[TD_SR.git] / TD3 / hotel / ChaineHotelsInterface.java
CommitLineData
3a8c8f19
JB
1package hotel;\r
2\r
3import java.rmi.Remote;\r
4import java.rmi.RemoteException;\r
5\r
6\r
7/**\r
8 * Applications reparties\r
9 * TP - Exercice\r
10 * Chaine d'hotels\r
11 * \r
12 * Interface de la chaine d'hotel\r
13 * \r
14 * @author Toto\r
15 * @version 1.0\r
16 */\r
17public interface ChaineHotelsInterface { //TODO completer la declaration\r
18\r
19 //TODO completer l'interface\r
20\r
21}\r