diff -r 1790c2f1027c -r 0b68a1b0c15e serviceproviders/sapi_sysinfo/sysinfoservice/src/sysinfo.cpp --- a/serviceproviders/sapi_sysinfo/sysinfoservice/src/sysinfo.cpp Thu Aug 19 10:46:25 2010 +0300 +++ b/serviceproviders/sapi_sysinfo/sysinfoservice/src/sysinfo.cpp Tue Aug 31 16:06:03 2010 +0300 @@ -1386,75 +1386,5 @@ { return iMimeTypesList; } - -// -------------------------------------------------------------------- -// CVideoDecDataList::CVideoDecDataList() -// Constructor. -// -------------------------------------------------------------------- -// -CVideoDecDataList::CVideoDecDataList():CSysData(EVideoDecList) - { - } - -// -------------------------------------------------------------------- -// CDriveList::~CDriveList() -// Destructor -// -------------------------------------------------------------------- -// -CVideoDecDataList::~CVideoDecDataList() - { - for(int i=0;iConstructL(); - CleanupStack::Pop(self); - return self; - } - -// -------------------------------------------------------------------- -// CDriveList::ConstructL() -// 2nd phase construtor -// -------------------------------------------------------------------- -// -void CVideoDecDataList::ConstructL() - { - } - -void CVideoDecDataList::AppendL(CVideoDecData *entry) - { - iDecData.AppendL(entry); - } -// -------------------------------------------------------------------- -// CDriveList::[] -// gets drive number at specified index. -// -------------------------------------------------------------------- -// -EXPORT_C CVideoDecDataList::CVideoDecData *CVideoDecDataList::operator[](TInt aIndex) const - { - if(0 <= aIndex && aIndex