39a40,42
> // Don't allow a default copy constructor or copy operator on
> // these objects because the default operation will copy the
> // reference count as well and we certainly don't want that.
40a44
> RefCounted &operator=(const RefCounted &);