Public Member Functions | |
virtual ClientInfo * | clone ()=0 |
Allocates and returns a new ClientInfo object that is a copy of this one. | |
virtual ref_ptr< ClientInfo > | cloneRp () |
Clones this ClientInfo object and returns a ref_ptr to it instead of a normal pointer. |
virtual ClientInfo* opennwa::ClientInfo::clone | ( | ) | [pure virtual] |
Allocates and returns a new ClientInfo object that is a copy of this one.
Referenced by cloneRp().
virtual ref_ptr<ClientInfo> opennwa::ClientInfo::cloneRp | ( | ) | [virtual] |
Clones this ClientInfo object and returns a ref_ptr to it instead of a normal pointer.
References clone().