secureswitools/swisistools/source/interpretsislib/interpretsis.cpp
branchRCL_3
changeset 73 79647526f98c
parent 66 8b7f4e561641
child 81 42552535c1ac
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
    88 			 dependenciesIt != missing.end();
    88 			 dependenciesIt != missing.end();
    89 			 ++dependenciesIt)
    89 			 ++dependenciesIt)
    90 			{
    90 			{
    91 			if (!dependenciesIt->second.empty())
    91 			if (!dependenciesIt->second.empty())
    92 				{
    92 				{
    93 				LERROR(L"Package " << dependenciesIt->first << L" requires:");
    93 				LERROR(L"Package " << dependenciesIt->first.c_str() << L" requires:");
    94 				for (std::vector<SisRegistryDependency>::const_iterator dependantsIt = dependenciesIt->second.begin();
    94 				for (std::vector<SisRegistryDependency>::const_iterator dependantsIt = dependenciesIt->second.begin();
    95 					dependantsIt != dependenciesIt->second.end() ;
    95 					dependantsIt != dependenciesIt->second.end() ;
    96 					++dependantsIt)
    96 					++dependantsIt)
    97 					{
    97 					{
    98 					LERROR(L"\t" << *dependantsIt);
    98 					LERROR(L"\t" << *dependantsIt);