/* *+------------------------------------------------------------------------+ *| Licensed Materials - Property of IBM *| IBM Cognos Products: Viewer *| (C) Copyright IBM Corp. 2001, 2011 *| *| US Government Users Restricted Rights - Use, duplication or *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *| *+------------------------------------------------------------------------+ */ function ILogOnDialog(){} ILogOnDialog.prototype.show = function(soapFault) {if(typeof console != "undefined") {console.log("Required method ILogOnDialog:show not implemented.");}}; ILogOnDialog.prototype.handleUnknownHTMLResponse = function(soapFault) {if(typeof console != "undefined") {console.log("Required method ILogOnDialog:handleUnknownHTMLResponse not implemented.");}};