MàJ par récupération sur Clé USB et dans /mnt/hd/Chargement du pc portable

This commit is contained in:
olivier
2008-12-02 23:56:33 +01:00
parent 3e719157ea
commit 5b95264a14
196 changed files with 12561 additions and 10316 deletions

7
A61/Message.java Normal file
View File

@ -0,0 +1,7 @@
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface Message extends Remote {
public String messageDistant()
throws RemoteException ;
}