musichomescreen_multiview/musiccontentpublisher/src/musiccontentpublisher.cpp
branchRCL_3
changeset 66 1f1dad4af8f8
parent 53 3de6c4cf6b67
equal deleted inserted replaced
60:bdd9da0d70fe 66:1f1dad4af8f8
   148     CleanupStack::PopAndDestroy(&resourceFile);
   148     CleanupStack::PopAndDestroy(&resourceFile);
   149     CleanupStack::PopAndDestroy(&fs);
   149     CleanupStack::PopAndDestroy(&fs);
   150     MPX_DEBUG1("CMusicContentPublisher::ConstructL resources loaded");
   150     MPX_DEBUG1("CMusicContentPublisher::ConstructL resources loaded");
   151     
   151     
   152     // connect to the skin server, to receive skin changed event.
   152     // connect to the skin server, to receive skin changed event.
   153     User::LeaveIfError(iAknsSrvSession.Connect(this));
   153     iAknsSrvSession.Connect(this);
   154     
   154     
   155     // enable skin.
   155     // enable skin.
   156     AknsUtils::InitSkinSupportL();
   156     AknsUtils::InitSkinSupportL();
   157     	
   157     	
   158     iDeferredPublish = new (ELeave) CAsyncCallBack(TCallBack(DoPublish, this), 
   158     iDeferredPublish = new (ELeave) CAsyncCallBack(TCallBack(DoPublish, this),