On 05/12/06, Pete Robbins <[EMAIL PROTECTED]> wrote:
On 05/12/06, Simon Laws <[EMAIL PROTECTED]> wrote:
> The CopyHelper will have to copy the sequenced SDO by using the sequence API > > and then using the DataObject getter/setted methods to copy properties > > that were xml attributes. > > Can we remove this difference between sequences and DOs I don't understand this.
Pete's describing the internal implementation of CopyHelper::copy(). This isn't stuff that the user would have to do. I think what you're asking for is that the copy function itself can either be: DataObjectPtr copy(DataObjectPtr dataObject); or SequencePtr copy(SequencePtr sequence); and that the created DO together with its Sequence would be the same regardless of the method signature? -- Caroline
