From 68008d8656a1dc3e96bedc40a93c9c2389c10f2c Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Fri, 12 Feb 2010 23:01:21 +0000 Subject: QPID-2261: add async method call workitems git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909648 13f79535-47bb-0310-9956-ffa450edef68 --- python/qmf2/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/qmf2/common.py') diff --git a/python/qmf2/common.py b/python/qmf2/common.py index 10ea994a16..8107b86666 100644 --- a/python/qmf2/common.py +++ b/python/qmf2/common.py @@ -132,6 +132,7 @@ class WorkItem(object): EVENT_RECEIVED=7 AGENT_HEARTBEAT=8 QUERY_COMPLETE=9 + METHOD_RESPONSE=10 # Enumeration of the types of WorkItems produced on the Agent METHOD_CALL=1000 QUERY=1001 -- cgit v1.2.1