Hi Carsten,

Carsten Neumann wrote:
> 
> I'd just like to mention that there are places where 0 is used to
> indicate an error (e.g. FieldContainerFactory::registerGroup or
> ReflexiveContainerType::addDescription). A different value has to be
> used in those cases (TypeTraits<UInt32>::getMax() ?) and usages
> everywhere have to be fixed.
> I still think it is worth considering, but it is more work than shifting
> a couple of indices.

We can use the max value in an enum, or we could just change the type to 
Int32 and use <0 as the error condition. I don't really have a 
preference, but I think it's a change that's very worth making.

        Dirk


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to