Hello Michael,

On 05/23/2011 10:23 AM, Michael Raab wrote:
> What about the other way around? Do I have the possibilty to manipulate the 
> OSB loading process somehow?
 > So if my attachments are written but not read I'll be fine, too...

the OSB loader just loads whatever is in the file. It basically runs a 
loop that:

reads a header
ask NFIOFactory for an object for the type in the header
tells that object to read the content of the container

after reaching the file end it fills in pointer fields with the values 
for containers read from the file.

So I don't think you can influence the process in other ways than 
registering your own loader object for a type...

        Cheers,
                Carsten

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to