00001 00036 #ifndef INC_MGUI_DLGMISC_H 00037 #define INC_MGUI_DLGMISC_H 00038 00039 #ifndef INC_MI32_STDDEFNS_H 00040 #include <mi32/stddefns.h> 00041 #endif 00042 00043 #ifndef GENERATING_DOXYGEN_OUTPUT 00044 // Forward declarations 00045 class FILEPATH; 00046 class MISTRING; 00047 #endif 00048 00049 namespace MGUI { 00050 00052 int DlgGetSystemFonts ( 00053 MDLGPARENT dlgparent 00054 ); 00055 00057 int DlgRegisterHTTPAuthentication ( 00058 const MISTRING& host, 00059 const MISTRING& realm 00060 ); 00061 00063 void DlgViewHttpStatistics (); 00064 00065 } 00066 00067 #endif // INC_MGUI_DLGMISC_H
1.6.1