secureswitools/swisistools/source/dumpsis/main.cpp
branchRCL_3
changeset 24 5cc91383ab1e
parent 0 ba25891c3a9e
equal deleted inserted replaced
23:cd189dac02f7 24:5cc91383ab1e
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    62 			std::wcout << L"=" << str;
    62 			std::wcout << L"=" << str;
    63 			std::wcout << L"@" << fdesc->Capabilities() << std::endl;
    63 			std::wcout << L"@" << fdesc->Capabilities() << std::endl;
    64 			}
    64 			}
    65 		else
    65 		else
    66 			{
    66 			{
    67 			std::wcout << L":" << str;
    67 			std::wcout << L":" << str.c_str();
    68 			std::vector<std::wstring> capList;
    68 			std::vector<std::wstring> capList;
    69 			fdesc->GetCapabilityList(capList);
    69 			fdesc->GetCapabilityList(capList);
    70 			std::wcout << std::endl;
    70 			std::wcout << std::endl;
    71 			for(int j = 0; j < capList.size(); ++j)
    71 			for(int j = 0; j < capList.size(); ++j)
    72 				{
    72 				{