You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2010/06/09 17:16:24 UTC

svn commit: r953039 - /qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py

Author: tross
Date: Wed Jun  9 15:16:22 2010
New Revision: 953039

URL: http://svn.apache.org/viewvc?rev=953039&view=rev
Log:
Update the current and deleted timestamps in the "mergeUpdate" method.

Modified:
    qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py

Modified: qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py?rev=953039&r1=953038&r2=953039&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py (original)
+++ qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py Wed Jun  9 15:16:22 2010
@@ -279,6 +279,8 @@ class Object(object):
       self._properties = newer.getProperties()
     if len(newer.getStatistics()) > 0:
       self._statistics = newer.getStatistics()
+    self._currentTime = newer._currentTime
+    self._deleteTime = newer._deleteTime
 
   def update(self):
     """ Contact the agent and retrieve the lastest property and statistic values for this object. """



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org