代码之丑(六)——分家的声明和使用

  这是一段长长的C++代码,我的问题是:relaPri、relaSec和 scoutBySec这三个变量在哪里用到了?

void DealForServiceA(const char *oprCode, const char *subID, const char *oID, XList *callCicsList) {
XString relaPri(“NULL”);
XString relaSec(“NULL”);
XString scoutBySec(“
0”);
XList
*tempList = new XList ;
callCicsList
->Add(tempList);
tempList
->Add(new XString(oprCode));
tempList
->Add(new XString(oID));
XString
*psTelNum = new XString;
tempList
->Add(psTelNum);
GetServnumberBySubsID(subID,
*psTelNum);
tempList
->Add(new XString(relaPri.table { font-size: 10pt;}c_str()));
tempList
->Add(new XString(relaSec.c_str()));
tempList
->Add(new XString(scoutBySec.c_str()));
}

it知识库代码之丑(六)——分家的声明和使用,转载需保留来源!

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。