home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / mfcapwz.dll / TEMPLATE / DLGPROXY.H < prev    next >
C/C++ Source or Header  |  1997-01-28  |  2KB  |  62 lines

  1. // $$dlgautoproxy_hfile$$.h : header file
  2. //
  3.  
  4. #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  5. #define $$FILE_NAME_SYMBOL$$_INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. class $$DLG_CLASS$$;
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // $$DLGAUTOPROXY_CLASS$$ command target
  15.  
  16. class $$DLGAUTOPROXY_CLASS$$ : public $$DLGAUTOPROXY_BASE_CLASS$$
  17. {
  18.     DECLARE_DYNCREATE($$DLGAUTOPROXY_CLASS$$)
  19.  
  20.     $$DLGAUTOPROXY_CLASS$$();           // protected constructor used by dynamic creation
  21.  
  22. // Attributes
  23. public:
  24.     $$DLG_CLASS$$* m_pDialog;
  25.  
  26. // Operations
  27. public:
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL($$DLGAUTOPROXY_CLASS$$)
  32.     public:
  33.     virtual void OnFinalRelease();
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.     virtual ~$$DLGAUTOPROXY_CLASS$$();
  39.  
  40.     // Generated message map functions
  41.     //{{AFX_MSG($$DLGAUTOPROXY_CLASS$$)
  42.         // NOTE - the ClassWizard will add and remove member functions here.
  43.     //}}AFX_MSG
  44.  
  45.     DECLARE_MESSAGE_MAP()
  46.     DECLARE_OLECREATE($$DLGAUTOPROXY_CLASS$$)
  47.  
  48.     // Generated OLE dispatch map functions
  49.     //{{AFX_DISPATCH($$DLGAUTOPROXY_CLASS$$)
  50.         // NOTE - the ClassWizard will add and remove member functions here.
  51.     //}}AFX_DISPATCH
  52.     DECLARE_DISPATCH_MAP()
  53.     DECLARE_INTERFACE_MAP()
  54. };
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57.  
  58. //{{AFX_INSERT_LOCATION}}
  59. // $$INSERT_LOCATION_COMMENT$$
  60.  
  61. #endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  62.