Problem: 1668723

Title: Copy Ctor Enhancement for every class

Received: Jul 17 1997 10:46AM


Currently some copy ctors in MacApp don't call copy ctr of base class explicitly and the default ctr get called, resulting in a incomplete clone class object. Copy ctr needs to call copy ctr of base class explicitly.