certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/RTIA RTIA_network.cc


From: certi-cvs
Subject: [certi-cvs] certi/RTIA RTIA_network.cc
Date: Fri, 11 Jul 2008 14:56:00 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Christian Stenzel <approx>      08/07/11 14:56:00

Modified files:
        RTIA           : RTIA_network.cc 

Log message:
        callbacks TRE/TCE now commands, all tests passed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/RTIA_network.cc?cvsroot=certi&r1=3.26&r2=3.27

Patches:
Index: RTIA_network.cc
===================================================================
RCS file: /sources/certi/certi/RTIA/RTIA_network.cc,v
retrieving revision 3.26
retrieving revision 3.27
diff -u -b -r3.26 -r3.27
--- RTIA_network.cc     12 May 2008 12:17:01 -0000      3.26
+++ RTIA_network.cc     11 Jul 2008 14:56:00 -0000      3.27
@@ -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: RTIA_network.cc,v 3.26 2008/05/12 12:17:01 erk Exp $
+// $Id: RTIA_network.cc,v 3.27 2008/07/11 14:56:00 approx Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -329,12 +329,12 @@
       case NetworkMessage::TIME_REGULATION_ENABLED:
          D.Out(pdTrace, "Receiving Message from RTIG, "
                          " type TimeRegulationEnabled.");
-         queues->insertFifoMessage(msg);
+         queues->insertLastCommand(msg);
          break ;
       case NetworkMessage::TIME_CONSTRAINED_ENABLED:
          D.Out(pdTrace, "Receiving Message from RTIG, "
                          " type TimeConstrainedEnabled.");
-         queues->insertFifoMessage(msg);
+         queues->insertLastCommand(msg);
          break;
 
       default:
@@ -352,4 +352,4 @@
 
 }} // namespace certi/rtia
 
-// $Id: RTIA_network.cc,v 3.26 2008/05/12 12:17:01 erk Exp $
+// $Id: RTIA_network.cc,v 3.27 2008/07/11 14:56:00 approx Exp $




reply via email to

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