home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1
-
- IMPLEMENT_DYNAMIC(%1, %2)
-
- %1::%1(COleControl* pControl)
- : %2(pControl)
- {
- }
-
- %1::~%1()
- {
- }
-
-
- // Do not edit the following lines, which are needed by ClassWizard.
- #if 0
- BEGIN_MESSAGE_MAP(%1, %2)
- //{{AFX_MSG_MAP(%1)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- #endif // 0
-
- /////////////////////////////////////////////////////////////////////////////
- // %1 member functions