0
我在看一些代碼,如下所示SOAP_STOP暗示的錯誤是什麼?
if (soap_begin_serve(pImpl))
{
if (pImpl->error >= SOAP_STOP)
{
// TODO.
}
return pImpl->error;
}
,並試圖弄清楚如何在TODO部分在那裏做。關於SOAP_STOP意味着什麼?
我在看一些代碼,如下所示SOAP_STOP暗示的錯誤是什麼?
if (soap_begin_serve(pImpl))
{
if (pImpl->error >= SOAP_STOP)
{
// TODO.
}
return pImpl->error;
}
,並試圖弄清楚如何在TODO部分在那裏做。關於SOAP_STOP意味着什麼?