contentmgmt/referencedrmagent/RefTestAgent/RTAServer/Server/rtadatahandler.cpp
changeset 29 ece3df019add
parent 15 da2ae96f639b
child 45 030c4fbc13d7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
   451     CleanupClosePushL(readStream);     
   451     CleanupClosePushL(readStream);     
   452          
   452          
   453     attributeSet.InternalizeL(readStream);     
   453     attributeSet.InternalizeL(readStream);     
   454     CleanupStack::PopAndDestroy(2, value);     
   454     CleanupStack::PopAndDestroy(2, value);     
   455          
   455          
   456     iWmdrmContentObject->GetStringAttributeSet(attributeSet);     
   456     iWmdrmContentObject->GetStringAttributeSetL(attributeSet);     
   457       
   457       
   458     // Write the object out to a buffer, send to client     
   458     // Write the object out to a buffer, send to client     
   459     CBufFlat* buf = CBufFlat::NewL(50);     
   459     CBufFlat* buf = CBufFlat::NewL(50);     
   460     CleanupStack::PushL(buf);     
   460     CleanupStack::PushL(buf);     
   461     // create write stream     
   461     // create write stream