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_RequestBase(_hLN1){this._hXN1=_hLN1;this._h372=null;};C_RequestBase.prototype.F_GetListener=function(){return this._hXN1;};C_RequestBase.prototype.F_SetListener=function(_hLN1){this._hXN1=_hLN1;};C_RequestBase.prototype.F_SetNewError=function(_h0Y,_h1Y,_hWH1){this._h372=new C_Error(_h0Y, _h1Y, _hWH1);};C_RequestBase.prototype.F_SetNewErrorRes=function(_hNK,_h1Y,_hWH1){this.F_SetNewError(window["G_ResManager"]?G_ResManager.F_GetString(_hNK):null, _h1Y, _hWH1);};C_RequestBase.prototype.F_SetError=function(_hW52){this._h372=_hW52;};C_RequestBase.prototype.F_GetError=function(){return this._h372;};C_RequestBase.prototype.F_Send=function(){};C_RequestBase.prototype.F_Abort=function(){};C_RequestBase.prototype.F_SetContext=function(_hUV1){this._hVV1=_hUV1;};C_RequestBase.prototype.F_GetContext=function(){return this._hVV1;};C_RequestBase.prototype.F_ProcessResponse=function(){};
|