Switch to unified view

a/src/ohproduct.cxx b/src/ohproduct.cxx
...
...
242
    return UPNP_E_SUCCESS;
242
    return UPNP_E_SUCCESS;
243
}
243
}
244
244
245
int OHProduct::sourceIndex(const SoapIncoming& sc, SoapOutgoing& data)
245
int OHProduct::sourceIndex(const SoapIncoming& sc, SoapOutgoing& data)
246
{
246
{
247
    LOGDEB("OHProduct::sourceIndex" << endl);
248
    data.addarg("Value", SoapHelp::i2s(m_sourceIndex));
247
    data.addarg("Value", SoapHelp::i2s(m_sourceIndex));
248
    LOGDEB("OHProduct::sourceIndex: " << m_sourceIndex << endl);
249
    return UPNP_E_SUCCESS;
249
    return UPNP_E_SUCCESS;
250
}
250
}
251
251
252
int OHProduct::iSrcNameToIndex(const string& nm)
252
int OHProduct::iSrcNameToIndex(const string& nm)
253
{
253
{