home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / DATAPATH.CPP < prev    next >
Encoding:
Text File  |  1996-07-12  |  455 b   |  26 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1
  3.  
  4. IMPLEMENT_DYNAMIC(%1, %2)
  5.  
  6. %1::%1(COleControl* pControl)
  7.     : %2(pControl)
  8. {
  9. }
  10.  
  11. %1::~%1()
  12. {
  13. }
  14.  
  15.  
  16. // Do not edit the following lines, which are needed by ClassWizard.
  17. #if 0
  18. BEGIN_MESSAGE_MAP(%1, %2)
  19.     //{{AFX_MSG_MAP(%1)
  20.     //}}AFX_MSG_MAP
  21. END_MESSAGE_MAP()
  22. #endif    // 0
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. // %1 member functions