photosgallery/viewframework/tvout/src/glxtv.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 4 57d388cc48c1
child 15 191387a8b767
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
   163     iSettingsTVAspectRatio = aGSServerEngine->AspectRatioL();
   163     iSettingsTVAspectRatio = aGSServerEngine->AspectRatioL();
   164     CleanupStack::Pop(aGSServerEngine);
   164     CleanupStack::Pop(aGSServerEngine);
   165 #else
   165 #else
   166     iSettingsTVAspectRatio = 0;
   166     iSettingsTVAspectRatio = 0;
   167 #endif
   167 #endif
   168 	// Commenting out code for request notification as these doesnt work fine,
       
   169 	// would be soon updated with latest api's to support aspectration chnages.
       
   170     // Request notification when the user changes cenrep values
       
   171 //    TInt err = iRepository.NotifyRequest( iSettingsTVAspectRatio, iStatus );
       
   172 //    if (!(KErrNone ==err ||KErrAlreadyExists  ==err))
       
   173 //        {
       
   174 //        RDebug::Printf("## Error code in CGlxTv::CGlxTvOutCenRepMonitor::ConstructL() is %d",err);
       
   175 //        User::Leave(err);
       
   176 //        }
       
   177     
       
   178 //    SetActive();
       
   179     }
   168     }
   180 
   169 
   181     
   170     
   182 
   171 
   183 // ----------------------------------------------------------------------------
   172 // ----------------------------------------------------------------------------