Commit f807dbfa authored by Yoshinori Okuji's avatar Yoshinori Okuji

For now, put a dummy callback for Answer TIDs.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@166 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a4d15b91
......@@ -491,3 +491,5 @@ class ClientEventHandler(EventHandler):
else:
self.handleUnexpectedPacket(conn, packet)
def handleAnswerTIDs(self, conn, packet, tid_list):
raise NotImplementedError
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