home *** CD-ROM | disk | FTP | other *** search
-
-
- /////////////////////////////////////////////////////////////////////////////
- // %1 command target
-
- class %1 : public %2
- {
- // Attributes
- public:
-
- // Operations
- public:
- %1();
- virtual ~%1();
-
- // Overrides
- public:
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(%1)
- //}}AFX_VIRTUAL
-
- // Generated message map functions
- //{{AFX_MSG(%1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
-
- // Implementation
- protected:
- };
-
- /////////////////////////////////////////////////////////////////////////////