certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

certi/RTIA TimeManagement.cc


From: certi-cvs
Subject: certi/RTIA TimeManagement.cc
Date: Tue, 06 Nov 2007 13:46:08 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     ROUSSELOT <rousse>      07/11/06 13:46:08

Modified files:
        RTIA           : TimeManagement.cc 

Log message:
        enable asynchronous delivery still in progress...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/TimeManagement.cc?cvsroot=certi&r1=3.20&r2=3.21

Patches:
Index: TimeManagement.cc
===================================================================
RCS file: /sources/certi/certi/RTIA/TimeManagement.cc,v
retrieving revision 3.20
retrieving revision 3.21
diff -u -b -r3.20 -r3.21
--- TimeManagement.cc   6 Nov 2007 10:05:06 -0000       3.20
+++ TimeManagement.cc   6 Nov 2007 13:46:08 -0000       3.21
@@ -18,7 +18,7 @@
 // along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: TimeManagement.cc,v 3.20 2007/11/06 10:05:06 rousse Exp $
+// $Id: TimeManagement.cc,v 3.21 2007/11/06 13:46:08 rousse Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -599,6 +599,9 @@
 
     // 2nd try, give a FIFO message. (discoverObject, etc.)
     if (!msg_donne)
+        if ( _asynchronous_delivery || _avancee_en_cours )
+          // to exclude the case not asynchronous_delivery and
+          // not time advancing
         msg = queues->giveFifoMessage(msg_donne, msg_restant);
 
     // If message exists, send it to federate.
@@ -744,4 +747,4 @@
 
 }} // namespaces
 
-// $Id: TimeManagement.cc,v 3.20 2007/11/06 10:05:06 rousse Exp $
+// $Id: TimeManagement.cc,v 3.21 2007/11/06 13:46:08 rousse Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]