Преглед изворни кода

!7 move to public function

chenliangyu пре 1 година
родитељ
комит
d0f94ae9f6
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Module/mod_chromium/CModTools.h

+ 2 - 1
Module/mod_chromium/CModTools.h

@@ -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: