Text archives Help
- From: boulos@sci.utah.edu
- To: manta@sci.utah.edu
- Subject: [Manta] r1812 - trunk/Engine/Control
- Date: Sun, 4 Nov 2007 14:16:05 -0700 (MST)
Author: boulos
Date: Sun Nov 4 14:16:04 2007
New Revision: 1812
Modified:
trunk/Engine/Control/RTRT.cc
Log:
Engine/Control/RTRT.cc
Missed the TransactionBase::DEFAULT case for needing to set changed=true...
Modified: trunk/Engine/Control/RTRT.cc
==============================================================================
--- trunk/Engine/Control/RTRT.cc (original)
+++ trunk/Engine/Control/RTRT.cc Sun Nov 4 14:16:04 2007
@@ -968,7 +968,6 @@
{
bool updated_graph = false;
if(transactions.size() > 0){
-
// Lock the queue.
transaction_lock.lock();
@@ -1007,6 +1006,8 @@
}
else if (flag == TransactionBase::NO_UPDATE) {
// Do nothing and don't set changed
+ } else if (flag == TransactionBase::DEFAULT) {
+ changed = true;
}
}
- [Manta] r1812 - trunk/Engine/Control, boulos, 11/04/2007
Archive powered by MHonArc 2.6.16.