Ejemplo n.º 1
0
 def handleUpdateField(self, di):
     # The CMU update message starts with an additional field, not
     # present in the Disney update message: the doIdBase of the
     # original sender.  Extract that and call up to the parent.
     self.currentSenderId = di.getUint32()
     ClientRepositoryBase.handleUpdateField(self, di)
Ejemplo n.º 2
0
 def handleUpdateField(self, di):
     # The CMU update message starts with an additional field, not
     # present in the Disney update message: the doIdBase of the
     # original sender.  Extract that and call up to the parent.
     self.currentSenderId = di.getUint32()
     ClientRepositoryBase.handleUpdateField(self, di)
Ejemplo n.º 3
0
 def handleUpdateField(self, di):
     self.currentSenderId = di.getUint32()
     ClientRepositoryBase.handleUpdateField(self, di)