Synchronizing Object Instances

Synchronizing Object Instances

Old forum URL: forums.lhotka.net/forums/t/2939.aspx


David posted on Thursday, May 24, 2007

I have a situation where it is possible that two instances of the same object exist. If one is modified and saved, the other is notified (using ActiveObjects), and at that point I need to update one to reflect the new saved state of the other. Is there an easy way to do this other than by assigning each member variable?

 

Copyright (c) Marimer LLC