commit 2025-08-24 23:37 add ZCppMain/ZMainCGI.H and ZCppMainTest/ZMainCGI_000_EnvSet.cpp
This commit is contained in:
@ -133,7 +133,7 @@ namespace ZNsMain
|
||||
}/*
|
||||
if(mb_DoFindStart==true)*/
|
||||
|
||||
return GetChildObj.ExecBlockOut(APC_Data, AL_Length);
|
||||
return GetChildObj().ExecBlockOut(APC_Data, AL_Length);
|
||||
}/*
|
||||
_NP_ ZERun OnMeetNormal(const TypeChar* APC_Data, TypeLength AL_Length)*/
|
||||
|
||||
@ -343,9 +343,8 @@ namespace ZNsMain
|
||||
template<typename THelpType> ZERun LoadData(
|
||||
const TypeChar* APC_Data, TypeLength AL_Length, THelpType AO_CHelpType)
|
||||
{
|
||||
typedef ZNsMain::
|
||||
ZtCCheckRef<THelpType> ZCCheckRef;
|
||||
typedef ZCCheckRef::TypeData TypeObject;
|
||||
typedef ZNsMain::ZtCCheckRef<THelpType> ZCCheckRef;
|
||||
typedef typename ZCCheckRef::TypeData TypeObject;
|
||||
|
||||
bool VB_IsOK =false ;
|
||||
ZTypLength VL_StartPos=0 ;
|
||||
|
Reference in New Issue
Block a user