diff --git a/ZCppMain/ZCStringStd.H b/ZCppMain/ZCStringStd.H index 5907b17..727ec12 100644 --- a/ZCppMain/ZCStringStd.H +++ b/ZCppMain/ZCStringStd.H @@ -91,14 +91,14 @@ namespace ZNsMain ##########################################################*/ - template ZCStringStd& ReplaceByPosList + template ZCStringStd& ReplaceByPosList /////////////////// ( TPosList& AR_CPosList , TypeCPChar APC_Replace , TypeLength AL_Replace , TypeLength AL_Searched ) - /*##########################################################*/ + /*#########################################################################*/ { // TPosList : ZNsMain::ZtCBaseList etc // AL_Replace : APC_Replace 의 길이 @@ -224,14 +224,14 @@ namespace ZNsMain return *this; }/* - template ZCStringStd& ReplaceByPosList + template ZCStringStd& ReplaceByPosList /////////////////// ( TPosList& AR_CPosList , TypeCPChar APC_Replace , TypeLength AL_Replace , TypeLength AL_Searched ) - ############################################################*/ + ###########################################################################*/ ZCStringStd& Replace /*####################################################*/