Hi all!
What has happened to CApSelect class in S60_2nd_edition_FP3?
CApSelect is in S60_2nd_edition_FP2 and S60_3rd_edition documentation, but not in S60_2nd_edition_FP3. Anyway, the header file apselect.h is found also in FP3.
Following code example doesn't work:
// open commdb
CCommsDatabase* commDb = CCommsDatabase::NewL(EDatabaseTypeIAP);
CleanupStack::PushL(commDb);
// open IAP table
CApSelect* apselect = CApSelect::NewLC(*commDb, KEApIspTypeAll ,EApBearerTypeGPRS ,KEApSortUidAscending);
Please help me!
BR, Jaakko



