Use the BEGIN_CONNECTION_MAP macro in the implementation (.CPP) file that defines the member functions for your class to start the connection map. Add macro entries for each of your connection points using the CONNECTION_PART macro. Complete the connection map with the END_CONNECTION_MAP macro.
BEGIN_CONNECTION_MAP( theClass, theBase )
Header file: | Add this macro to your class's header file. |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation | Visual C++ documentation |
CONNECTION_PART, DECLARE_CONNECTION_MAP, END_CONNECTION_MAP