tvout/src/glxtv.cpp
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
   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 // ----------------------------------------------------------------------------