From eda7c9b7821345a95007ff3732afe8c0f72be2d0 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 28 六月 2024 10:25:03 +0800
Subject: [PATCH] update quote enquiry
---
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