|
@@ -53,6 +53,7 @@ namespace Chromium {
|
|
|
void setWithClose(bool t_withClose) { m_withClose = t_withClose; };
|
|
|
void setWithDebugMode(bool t_withDebugMode) { m_withDebugMode = t_withDebugMode; };
|
|
|
std::string getMagicStr() { return m_magicStr; };
|
|
|
+ int getUosBrowser() { return m_UseUOSBrowser; };
|
|
|
bool IsConfigWork()
|
|
|
{
|
|
|
return m_UserMgrUrlFultureStr.GetLength() > 0;
|
|
@@ -125,7 +126,7 @@ namespace Chromium {
|
|
|
|
|
|
bool findRestartCode(DWORD userCode);//if true, restart the terminal
|
|
|
DWORD spiltErrMsg(std::string errMsg);//split the errmsg to usercode
|
|
|
- int getUosBrowser() { return m_UseUOSBrowser; };
|
|
|
+
|
|
|
public:
|
|
|
bool notifyExist, breakdownExist, m_isAdOpen; //if notify exist, do not start other err page
|
|
|
private:
|