123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: hal
- // (C) Copyright IBM Corp. 2003, 2017.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- function C_FileRequest(_hLN1, _h1V1, _hTO1){this.F_ConstructBaseClass(_hLN1, "GET", _h1V1);this.F_SetCaching(_hTO1!==false);};C_FileRequest.F_Extends(C_WebRequest);
|