Author: ygrego Date: 2015-05-18 13:00:04 +0000 (Mon, 18 May 2015) New Revision: 1367 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1367 Log: Initialization of object "ParentalControlManager" in constructor and modification of method "isObjectSupported". Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-18 12:57:51 UTC (rev 1366) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-18 13:00:04 UTC (rev 1367) @@ -15,7 +15,7 @@ //this.imsObject = new IMSObecjet(); //this.mdtfObject = new MDTFObject(); //this.notifSocketObject = new NotifSocket(); - //this.parentalControlManagerObject = new ParentalControlManagerObject(); + this.parentalControlManagerObject = new ParentalControlManagerObject(); this.configurationObject = new ConfigurationObject(); this.recordingSchedulerObject = new RecordingSchedulerObject( this.configurationObject.configuration, modelFactory, dateUtils); @@ -136,7 +136,7 @@ "application/oipfDrmAgent" : false, "application/oipfGatewayInfo" : false, "application/oipfMDTF" : false, - "application/oipfParentalControlManager" : false, + "application/oipfParentalControlManager" : true, "application/oipfRecordingScheduler" : true, "application/oipfRemoteControlFunction" : false, "application/oipfRemoteManagement" : false,
participants (1)
-
ygregoï¼ users.nuiton.org