diff options
| author | Ted Ross <tross@apache.org> | 2010-06-09 15:16:22 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-06-09 15:16:22 +0000 |
| commit | 1f619960d27ba117e34149722e4a9f7702bededc (patch) | |
| tree | dd2b7d2595b371fc8f1022217131d8f6de9121bd /qpid/extras/qmf/src | |
| parent | a43e46bbed2bc9449494ff1db039f11a1230405d (diff) | |
| download | qpid-python-1f619960d27ba117e34149722e4a9f7702bededc.tar.gz | |
Update the current and deleted timestamps in the "mergeUpdate" method.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/qmf/src')
| -rw-r--r-- | qpid/extras/qmf/src/py/qmf/console.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/extras/qmf/src/py/qmf/console.py b/qpid/extras/qmf/src/py/qmf/console.py index 6cfcdc9e31..02c5ff1c6a 100644 --- a/qpid/extras/qmf/src/py/qmf/console.py +++ b/qpid/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. """ |
