Show
Ignore:
Timestamp:
10/02/07 12:49:26 (1 year ago)
Author:
max
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multithread/src/planet/generic/commonapi/behaviours/BehavioursPoolImpl.java

    r2 r28  
    9898     * Auxiliar Vector to use in the onMessage() method. 
    9999     */ 
    100     protected Vector behaviours = null; 
     100//    protected Vector behaviours = null; 
    101101    /** 
    102102     * Auxiliar Iterator to use in the onMessage() method. 
     
    357357                        whichQueue = whichQueue * BEH_MAPPINGS / 2 + (node.isLocalMessage(msg)? TRAFFIC_LOCAL: TRAFFIC_REMOTE); 
    358358                         
    359                         behaviours = beh[whichQueue][msg.getType() * Properties.behavioursNumberOfModes + msg.getMode()]; 
     359                        Vector behaviours = beh[whichQueue][msg.getType() * Properties.behavioursNumberOfModes + msg.getMode()]; 
    360360 
    361361                        if (behaviours.isEmpty()) throw new NoSuchBehaviourException();