fay>std::wstring strOwner( ((bal..bla) ? L"admin" : L"user") );
std::wstring strOwner = (bal..bla) ? L"admin" : L"user";