Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

DirectMXSubPage.h

Go to the documentation of this file.
00001 #ifndef DIRECTMXSUBPAGE_H
00002 #define DIRECTMXSUBPAGE_H
00003 
00004 #include "LartSubPage.h"
00005 
00006 class DirectMXSubPage: public LartSubPage
00007 {
00008 protected:
00009         friend class LartPage;
00010         DirectMXSubPage(const PropertyBag& prop,const Init& init=Init());
00011         virtual ~DirectMXSubPage();
00012         virtual BOOL PropPageProc(UINT uMsg,WPARAM wP,LPARAM lP);
00013         virtual bool canConfirm(std::string& errormsg);
00014         void enableAuthSection(bool b);
00015 private:
00016         bool m_bValidPassword;
00017 };
00018 
00019 #endif

Generated on Thu Jun 16 00:13:24 2005 for Abuse! by  doxygen 1.4.3