contentmgmt/referencedrmagent/RefTestAgent/RTAServer/Server/rtamanagerhandler.cpp
changeset 29 ece3df019add
parent 15 da2ae96f639b
child 45 030c4fbc13d7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
   653     CleanupClosePushL(readStream);     
   653     CleanupClosePushL(readStream);     
   654          
   654          
   655     attributeSet.InternalizeL(readStream);     
   655     attributeSet.InternalizeL(readStream);     
   656     CleanupStack::PopAndDestroy(2, value);     
   656     CleanupStack::PopAndDestroy(2, value);     
   657          
   657          
   658     iWmdrmContentObject->GetStringAttributeSet(attributeSet);     
   658     iWmdrmContentObject->GetStringAttributeSetL(attributeSet);     
   659       
   659       
   660     // Write the object out to a buffer, send to client     
   660     // Write the object out to a buffer, send to client     
   661     CBufFlat* buf = CBufFlat::NewL(50);     
   661     CBufFlat* buf = CBufFlat::NewL(50);     
   662     CleanupStack::PushL(buf);     
   662     CleanupStack::PushL(buf);     
   663     // create write stream     
   663     // create write stream