contentpublishingsrv/contentpublishingutils/contentpublishingmap/src/ccontentmap.cpp
equal
deleted
inserted
replaced
168 TPtrC content_id; |
168 TPtrC content_id; |
169 User::LeaveIfError( aStmt.ColumnText( content_idIndex, |
169 User::LeaveIfError( aStmt.ColumnText( content_idIndex, |
170 content_id ) ); |
170 content_id ) ); |
171 CLiwDefaultMap* targetMap = CLiwDefaultMap::NewLC( ); |
171 CLiwDefaultMap* targetMap = CLiwDefaultMap::NewLC( ); |
172 targetMap->InsertL( KId, TLiwVariant( id ) ); |
172 targetMap->InsertL( KId, TLiwVariant( id ) ); |
|
173 targetMap->InsertL( KType, TLiwVariant( KCpData ) ); |
173 targetMap->InsertL( KPublisherId, TLiwVariant( publisher ) ); |
174 targetMap->InsertL( KPublisherId, TLiwVariant( publisher ) ); |
174 targetMap->InsertL( KContentType, TLiwVariant(content_type ) ); |
175 targetMap->InsertL( KContentType, TLiwVariant(content_type ) ); |
175 targetMap->InsertL( KContentId, TLiwVariant( content_id ) ); |
176 targetMap->InsertL( KContentId, TLiwVariant( content_id ) ); |
176 |
177 |
177 TInt64 expiration_date; |
178 TInt64 expiration_date; |