musichomescreen/musiccontentpublisher/src/musiccontentpublisher.cpp
branchRCL_3
changeset 50 26a1709b9fec
parent 0 ff3acec5bc43
equal deleted inserted replaced
49:455f89b7fcc5 50:26a1709b9fec
   138     CleanupStack::PopAndDestroy(&resourceFile);
   138     CleanupStack::PopAndDestroy(&resourceFile);
   139     CleanupStack::PopAndDestroy(&fs);
   139     CleanupStack::PopAndDestroy(&fs);
   140     MPX_DEBUG1("CMusicContentPublisher::ConstructL resources loaded");
   140     MPX_DEBUG1("CMusicContentPublisher::ConstructL resources loaded");
   141     
   141     
   142     // connect to the skin server, to receive skin changed event.
   142     // connect to the skin server, to receive skin changed event.
   143     iAknsSrvSession.Connect(this);
   143     User::LeaveIfError(iAknsSrvSession.Connect(this));
   144     
   144     
   145     // enable skin.
   145     // enable skin.
   146     AknsUtils::InitSkinSupportL();
   146     AknsUtils::InitSkinSupportL();
   147 
   147 
   148     MPX_DEBUG1("CMusicContentPublisher::ConstructL subscribing to observer");
   148     MPX_DEBUG1("CMusicContentPublisher::ConstructL subscribing to observer");