equal
deleted
inserted
replaced
168 CCommsDbConnectionPrefTableView* commDBView = |
168 CCommsDbConnectionPrefTableView* commDBView = |
169 commDB->OpenConnectionPrefTableInRankOrderLC(ECommDbConnectionDirectionOutgoing); |
169 commDB->OpenConnectionPrefTableInRankOrderLC(ECommDbConnectionDirectionOutgoing); |
170 |
170 |
171 // go to the first record |
171 // go to the first record |
172 User::LeaveIfError(commDBView->GotoFirstRecord()); |
172 User::LeaveIfError(commDBView->GotoFirstRecord()); |
|
173 // go to the next record |
|
174 User::LeaveIfError(commDBView->GotoNextRecord()); |
173 |
175 |
174 // Declare a prefTableView Object. |
176 // Declare a prefTableView Object. |
175 CCommsDbConnectionPrefTableView::TCommDbIapConnectionPref pref; |
177 CCommsDbConnectionPrefTableView::TCommDbIapConnectionPref pref; |
176 |
178 |
177 // read the connection preferences |
179 // read the connection preferences |