< Previous by Date | Date Index | Next by Date > |
Thread Index |
In the copy constructor for TargetCommand, it calls the auto_ptr copy constructor for its member auto_ptr<Message> mMessage. Needless to say, this invalidates the original TargetCommand object. Is there a really good reason we don't want to clone the underlying message? If so, we probably should at least put some sort of guard around attempts to access that member. Best regards, Byron Campen |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature