addInterest

This commit is contained in:
Dave Schuyler 2005-01-15 06:14:13 +00:00
parent 22175505f1
commit 0f23beb5da

View File

@ -336,6 +336,9 @@ class DistributedObject(PandaObject):
self.__barrierContext = None
if wantOtpServer:
def addInterest(self, zoneId, note=""):
self.cr.addInterest(self.getDoId(), zoneId, note)
def setLocation(self, parentId, zoneId):
# The store must run first so we know the old location
self.cr.storeObjectLocation(self.doId, parentId, zoneId)