Changeset 7514


Ignore:
Timestamp:
11/24/06 22:05:46 (5 years ago)
Author:
sys
Message:

bug multi-threading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_CO/com/scenari/m/co/univers/WUniversHandle.java

    r7512 r7514  
    390390                //On désactive l'univers 
    391391                fUnivers = null; 
    392          
    393                 //Time stamp du nouvel état 
    394                 fTimeStamp = System.currentTimeMillis(); 
    395          
    396                 //On fixe le nouvel état 
    397                 fEtat = ETAT_UNLOADED; 
    398392        } 
     393         
     394        //Time stamp du nouvel état 
     395        fTimeStamp = System.currentTimeMillis(); 
     396        //On fixe le nouvel état 
     397        fEtat = ETAT_UNLOADED; 
    399398    } 
    400399} 
Note: See TracChangeset for help on using the changeset viewer.