Browse Source

added a getCacheable default

Dave Schuyler 20 years ago
parent
commit
fdf9d849b2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/distributed/DistributedObjectOV.py

+ 3 - 0
direct/src/distributed/DistributedObjectOV.py

@@ -202,6 +202,9 @@ class DistributedObjectOV(DistributedObjectBase):
 
         dclass.receiveUpdateOther(self, di)
 
+    def getCacheable(self):
+        return False
+
     def sendUpdate(self, fieldName, args = [], sendToId = None):
         if self.cr:
             dg = self.dclass.clientFormatUpdate(