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

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