commit 2025-10-17 01:04 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -3260,10 +3260,10 @@ namespace ZNsMain
|
||||
TTypeNow mo_ZCObjNow ;
|
||||
TTypeNext mo_ZCObjNext;
|
||||
public :
|
||||
ZCObjNow& GetNowObj () {return mo_ZCObjNow ;}
|
||||
ZCObjNow & GetNowObj () {return mo_ZCObjNow ;}
|
||||
ZCObjNext& GetNextObj() {return mo_ZCObjNext;}
|
||||
/*#####################################################*/
|
||||
const ZCObjNow& GetNowObj () const{return mo_ZCObjNow ;}
|
||||
/*#########################################################*/
|
||||
const ZCObjNow & GetNowObj () const{return mo_ZCObjNow ;}
|
||||
const ZCObjNext& GetNextObj() const{return mo_ZCObjNext;}
|
||||
public:
|
||||
};/*
|
||||
@ -3285,7 +3285,7 @@ namespace ZNsMain
|
||||
public :
|
||||
ZCObjNow& GetNowObj () {return mo_ZCObjNow;}
|
||||
ZCObjNext& GetNextObj() {return mo_ZCObjNow;}
|
||||
/*####################################################*/
|
||||
/*########################################################*/
|
||||
const ZCObjNow& GetNowObj () const{return mo_ZCObjNow;}
|
||||
const ZCObjNext& GetNextObj() const{return mo_ZCObjNow;}
|
||||
public:
|
||||
|
Reference in New Issue
Block a user