Mercurial > hg > audiodb
diff soap.cpp @ 319:b9eff6896943 large_adb
Added indexing support for O2_FLAG_LARGE_ADB. Tested on indexed query by features. No indexed query-by-key yet. No --lsh_exact yet.
author | mas01mc |
---|---|
date | Tue, 19 Aug 2008 20:27:15 +0000 |
parents | 25572f1bd37f |
children | a995e5ad999a |
line wrap: on
line diff
--- a/soap.cpp Tue Aug 19 15:50:26 2008 +0000 +++ b/soap.cpp Tue Aug 19 20:27:15 2008 +0000 @@ -18,7 +18,7 @@ std::cout << "length = " << adbStatusResponse.result.length << std::endl; std::cout << "dudCount = " << adbStatusResponse.result.dudCount << std::endl; std::cout << "nullCount = " << adbStatusResponse.result.nullCount << std::endl; - std::cout << "flags = " << adbStatusResponse.result.flags << std::endl; + std::cout << "flags = " << (adbStatusResponse.result.flags & 0x00FFFFFF) << std::endl; } else { soap_print_fault(&soap,stderr); }