From ee9c9673fb8ff702f05bee88048555c8409948d0 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 9 Jun 2010 15:16:22 +0000 Subject: Update the current and deleted timestamps in the "mergeUpdate" method. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953039 13f79535-47bb-0310-9956-ffa450edef68 --- extras/qmf/src/py/qmf/console.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/qmf/src/py/qmf/console.py b/extras/qmf/src/py/qmf/console.py index 6cfcdc9e31..02c5ff1c6a 100644 --- a/extras/qmf/src/py/qmf/console.py +++ b/extras/qmf/src/py/qmf/console.py @@ -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. """ -- cgit v1.2.1