home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / DATAPATH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-12  |  608 b   |  34 lines

  1.  
  2.  
  3. /////////////////////////////////////////////////////////////////////////////
  4. // %1 command target
  5.  
  6. class %1 : public %2
  7. {
  8.     DECLARE_DYNAMIC(%1)
  9.  
  10. // Attributes
  11. public:
  12.  
  13. // Operations
  14. public:
  15.     %1(COleControl* pControl = NULL);
  16.     virtual ~%1();
  17.  
  18. // Overrides
  19. public:
  20.     // ClassWizard generated virtual function overrides
  21.     //{{AFX_VIRTUAL(%1)
  22.     //}}AFX_VIRTUAL
  23.  
  24.     // Generated message map functions
  25.     //{{AFX_MSG(%1)
  26.         // NOTE - the ClassWizard will add and remove member functions here.
  27.     //}}AFX_MSG
  28.  
  29. // Implementation
  30. protected:
  31. };
  32.  
  33. /////////////////////////////////////////////////////////////////////////////