diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 70e111d..8688e2d 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -2447,21 +2447,21 @@ namespace ZNsMain - template - inline ZTypLength ZftGetLength(const TTypeCh* ApcChar) + template inline + ZTypLength ZftGetLength(const TTypeCh* ApcChar) { if(ApcChar==0) return 0; - ZTypLength VL_Length=0 ; + ZTypLength VL_Length=0; while(*(ApcChar+VL_Length)!=_T('\0')) ++VL_Length; - ///////////////////////////////////// + /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ return VL_Length; }/* - template - inline ZTypLength ZftGetLength(const TTypeCh* ApcChar) */ + template inline + ZTypLength ZftGetLength(const TTypeCh* ApcChar) */ template