Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modifying functions manipulating Grid classes.
[jaceP2P.git] / src / jaceP2P / JaceSuperNodeInterface.java
index 3b1ef20..c5f2e3a 100644 (file)
@@ -49,7 +49,9 @@ public interface JaceSuperNodeInterface extends Remote {
        /** ! **/
        public void addGNode( GNode _g ) throws RemoteException ;
        
-       public void removeGNode( GNode _g ) throws RemoteException ;
+//     public void removeGNode( GNode _g ) throws RemoteException ;
+       
+       public GNode delGNodeFromList( Node _n, int _mode ) throws RemoteException ;
 
        public boolean blockForMapping() throws RemoteException ;