Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of interlock implementation.
[jaceP2P.git] / src / jaceP2P / JaceSuperNodeInterface.java
index 9f9573f..23cb489 100644 (file)
@@ -50,10 +50,9 @@ public interface JaceSuperNodeInterface extends Remote {
        
        public void removeGNode( GNode _g ) throws RemoteException ;
 
+       public boolean blockForMapping() throws RemoteException ;
+       
        public void setMapping( Algo al ) throws RemoteException ;
-
-       public boolean blockForMapping();
-
 }
 
 /** ! **/