Commit 743f4b77 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove commented out methods.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25257 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae7e30b4
......@@ -422,14 +422,6 @@ class SQLQueue(RAMQueue, SQLBase):
if len(result):
activity_tool.SQLQueue_delMessage(uid = [line.uid for line in result])
# def start(self, activity_tool, active_process=None):
# uid_list = activity_tool.SQLQueue_readUidList(path=path, active_process=active_process)
# activity_tool.SQLQueue_assignMessage(uid = uid_list, processing_node = DISTRIBUTABLE_STATE)
# def stop(self, activity_tool, active_process=None):
# uid_list = activity_tool.SQLQueue_readUidList(path=path, active_process=active_process)
# activity_tool.SQLQueue_assignMessage(uid = uid_list, processing_node = STOP_STATE)
def getMessageList(self, activity_tool, processing_node=None,**kw):
message_list = []
readMessageList = getattr(activity_tool, 'SQLQueue_readMessageList', None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment