Hi, On Wed, 2007-10-24 at 18:53 -0500, Carsten Neumann wrote: > Hi Gerrit, > > I'm currently thinking about how to handle the FieldBundles correctly > with the reference counting pointers that are now stored in Fields.
just move the ref counting from the generated functions to your ptr classes. > My understanding so far was that they do not have the multi-aspect > copies of containers, but are transported over the network for > clustering. However, that does not entirely match the code on trunk. If > that is indeed the desired functionality, but it just is not fully > implemented, how about doing it by creating FieldContainers where the > AspectStore holds a pointer to the same object for each aspect ? no, the whole thing is already confusing enough, so I don't think that approach is a good idea. Just do the ref counting, I'll fix the rest. kind regards, gerrit ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
