#include <helpdownload.h>
Inheritance diagram for HelpDownloadParam:
Public Member Functions | |
HelpDownloadParam () | |
Default constructor. Do nothing. | |
~HelpDownloadParam () | |
Destructor. Do nothing. | |
Public Attributes | |
PathName | m_pathDestination |
String_16 | m_strResourceType |
COleDateTime | m_date |
IXMLDOMDocumentPtr | m_pIndexDoc |
IXMLDOMNodePtr | m_pOptionNode |
Definition at line 124 of file helpdownload.h.
|
Default constructor. Do nothing.
Definition at line 223 of file helpdownload.cpp. 00224 { 00225 PathName pathTemp = FileUtil::GetTemporaryPathName(); 00226 file = pathTemp.GetPath(); 00227 m_pIndexDoc = NULL; 00228 }
|
|
Destructor. Do nothing.
Definition at line 243 of file helpdownload.cpp.
|
|
Definition at line 133 of file helpdownload.h. |
|
Definition at line 131 of file helpdownload.h. |
|
Definition at line 134 of file helpdownload.h. |
|
Definition at line 135 of file helpdownload.h. |
|
Definition at line 132 of file helpdownload.h. |