Replace several strings left over in reused sourcecode and warn when using unimplemented context callbacks

This commit is contained in:
Stefan Hacker
2010-12-27 17:35:45 +01:00
parent 54eaba49d8
commit 79cae2a2d5
2 changed files with 10 additions and 13 deletions

View File

@@ -356,6 +356,10 @@ class MumoManager(Worker):
@param queue Target worker queue
@see MumoManagerRemote
"""
#TODO: Implement context callbacks
self.log().error("Context callbacks not implemented at this point")
return self.__add_to_dict(self.contextCallbacks, queue, handler, servers)
@local_thread