From 03ef0b51103c735077c784c7df81ae2bcc1599ab Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期四, 13 二月 2025 18:33:56 +0800
Subject: [PATCH] update

---
 jrj/project/total3/ViewTotalArgWin.cpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/jrj/project/total3/ViewTotalArgWin.cpp b/jrj/project/total3/ViewTotalArgWin.cpp
index 91be15a..72c5917 100644
--- a/jrj/project/total3/ViewTotalArgWin.cpp
+++ b/jrj/project/total3/ViewTotalArgWin.cpp
@@ -24,7 +24,7 @@
 		}
 		/*int SetAgent()
 		{
-			string xfNodeAgentArea  = L"agentarea";
+			xstring xfNodeAgentArea  = L"agentarea";
 			xnode anode = GetAgentNode(xfNodeAgentArea);
 			if(m_agentNode)
 			{
@@ -36,7 +36,7 @@
 				msxml::IXMLDOMElement agent = xframeElement.selectSingleNode(L"agent/"+xfNodeAgentArea+L"[1]/*");
 				if(agent)
 				{
-					string s = agent.xml;
+					xstring s = agent.xml;
 					m_agentNode =  SetAgentNodeContent (anode,s);
 				}
 			}
@@ -52,7 +52,7 @@
 		}
 
 		//命令发布函数
-		int OnCmdDispatch(string comdid)
+		int OnCmdDispatch(xstring comdid)
 		{
 			if (comdid == L"xmOk")
 			{
@@ -99,7 +99,7 @@
 			if (GetWinParam())
 			{
 				arg = GetArg();
-				string dw = arg.GetArgString(L"argurl");
+				xstring dw = arg.GetArgString(L"argurl");
 				dw_arg.openUrl(dw);
 
 				dw_arg.SetColHeaderHeight(0);
@@ -107,7 +107,7 @@
 				dw_arg.SetHScrollState(false);
 				dw_arg.SetVScrollState(false);
 
-				string d = arg.GetArgString(L"arg");
+				xstring d = arg.GetArgString(L"arg");
 				if (d != L"")
 				{
 					xml x ;

--
Gitblit v1.9.3