Changeset 55


Ignore:
Timestamp:
Dec 27, 2009, 10:52:05 AM (14 years ago)
Author:
(none)
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • proiecte/ptvs/src/vnsim/core/Engine.java

    r50 r55  
    716716                               
    717717                                if(e instanceof SendEvent){
     718                                        System.out.print("SendEvent: ");
    718719                                        processingThreads[indexClosestIntersection] = new SendEventProcessingThread(e,crtTime);
    719720                                }
    720                                 else processingThreads[indexClosestIntersection] = new ReceiveEventProcessingThread(e,crtTime);
     721                                else {
     722                                        System.out.print("ReceiveEvent: ");
     723                                        processingThreads[indexClosestIntersection] = new ReceiveEventProcessingThread(e,crtTime);
     724                                }
    721725                               
    722726                                // nu e bine cu apelul lui run pt ca practic nu se porneste un thread nou ci
Note: See TracChangeset for help on using the changeset viewer.