engine/src/ShowEngine.cpp
branchsymbian1
changeset 148 e3f9b65d6910
parent 147 2e626f5a52c8
child 149 70b2f592a460
equal deleted inserted replaced
147:2e626f5a52c8 148:e3f9b65d6910
  1448 				}
  1448 				}
  1449 			}
  1449 			}
  1450 		}
  1450 		}
  1451 	}
  1451 	}
  1452 
  1452 
       
  1453 EXPORT_C void CShowEngine::SetShowFilter(TShowFilter aFilter)
       
  1454 	{
       
  1455 	iShowFilter = aFilter;
       
  1456 	}
       
  1457 
  1453 EXPORT_C void CShowEngine::MoveDownloadUpL(TUint aUid)
  1458 EXPORT_C void CShowEngine::MoveDownloadUpL(TUint aUid)
  1454 	{
  1459 	{
  1455 	DP("CShowEngine::MoveDownLoadUpL");
  1460 	DP("CShowEngine::MoveDownLoadUpL");
  1456 	_LIT(KSqlStatement, "select * from downloads");
  1461 	_LIT(KSqlStatement, "select * from downloads");
  1457 	iSqlBuffer.Format(KSqlStatement);
  1462 	iSqlBuffer.Format(KSqlStatement);