I'm trying to finish an SDOUtils class that provides utility methods for
dealing with SDOs, in particular an SDO Visitor utility which I hope
will help us navigate through a DataObject graph (as we need to do in
various places in our runtime).
While working in the tuscany/sca/util folder I ran into a few things
that I'd like to refactor a little:
- I'd like to move Exceptions.cpp from tuscany/sca/util to
tuscany/sca/core. I think that these exceptions belong to the core
runtime more than a utility package.
- I'd also like to change the namespace of the classes in util from
tuscany::sca to tuscany::sca::util, to better isolate them from the core
runtime.
- Also move the printDO and printTypes methods from Utils to the new
SDOUtils class that I'm adding.
Thoughts? If there's no objection I'd like to make these changes some
time tomorrow.
--
Jean-Sebastien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]