VoluMillGUI/DlgProxy.h

Go to the documentation of this file.
00001 // DlgProxy.h: header file
00002 //
00003 
00004 #pragma once
00005 
00006 class CVoluMillGUIDlg;
00007 
00008 
00009 // CVoluMillGUIDlgAutoProxy command target
00010 
00011 class CVoluMillGUIDlgAutoProxy : public CCmdTarget
00012 {
00013         DECLARE_DYNCREATE(CVoluMillGUIDlgAutoProxy)
00014 
00015         CVoluMillGUIDlgAutoProxy();           // protected constructor used by dynamic creation
00016 
00017 // Attributes
00018 public:
00019         CVoluMillGUIDlg* m_pDialog;
00020 
00021 // Operations
00022 public:
00023 
00024 // Overrides
00025         public:
00026         virtual void OnFinalRelease();
00027 
00028 // Implementation
00029 protected:
00030         virtual ~CVoluMillGUIDlgAutoProxy();
00031 
00032         // Generated message map functions
00033 
00034         DECLARE_MESSAGE_MAP()
00035         DECLARE_OLECREATE(CVoluMillGUIDlgAutoProxy)
00036 
00037         // Generated OLE dispatch map functions
00038 
00039         DECLARE_DISPATCH_MAP()
00040         DECLARE_INTERFACE_MAP()
00041 };
00042 

Generated on Tue Jan 29 21:37:57 2008 for VoluMill Universal Client by  doxygen 1.4.6