Clone 

Purpose

Makes a dynamic copy of a CRfcServerApp object or a derived class object.

Syntax

virtual CRfcServerApp * clone();

Exceptions

Throws const char* for memory exceptions.

Description

This clone() function must be implemented in the derived class of CRfcServerApp to make a multithreading application work. If you do not want to use the class library’s multithreading server features, you do not need to implement this function in the derived class.