From e4b4c508c599943ddb22b7d4868ccd40ac05a043 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 27 六月 2024 16:06:10 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
---
jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp b/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp
index fb10202..c6294e3 100644
--- a/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp
+++ b/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp
@@ -101,7 +101,7 @@
{
/*
if (sOrgID == "") return "4.2";
- xml x = new xml;
+ xml
x.setNativePointer(xml::CreateInstance());
xaserverarg args=new xaserverarg;
args.setNativePointer(args.CreateInstance());
@@ -235,7 +235,7 @@
static KXMLDOMDocument getAssignment(string sguid, KXMLDOMDocument x)
{
- //xml x = new xml;
+ //xml
//x.setNativePointer(xml::CreateInstance());
xaserverarg arg;
arg.setNativePointer(arg.CreateInstance());
--
Gitblit v1.9.3