Type.registerNamespace('XM.Herope.Web.Comun');
XM.Herope.Web.Comun.Util=function() {
XM.Herope.Web.Comun.Util.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
XM.Herope.Web.Comun.Util.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return XM.Herope.Web.Comun.Util._staticInstance.get_path();},
InformarActividad:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InformarActividad',false,{},succeededCallback,failedCallback,userContext); }}
XM.Herope.Web.Comun.Util.registerClass('XM.Herope.Web.Comun.Util',Sys.Net.WebServiceProxy);
XM.Herope.Web.Comun.Util._staticInstance = new XM.Herope.Web.Comun.Util();
XM.Herope.Web.Comun.Util.set_path = function(value) { XM.Herope.Web.Comun.Util._staticInstance.set_path(value); }
XM.Herope.Web.Comun.Util.get_path = function() { return XM.Herope.Web.Comun.Util._staticInstance.get_path(); }
XM.Herope.Web.Comun.Util.set_timeout = function(value) { XM.Herope.Web.Comun.Util._staticInstance.set_timeout(value); }
XM.Herope.Web.Comun.Util.get_timeout = function() { return XM.Herope.Web.Comun.Util._staticInstance.get_timeout(); }
XM.Herope.Web.Comun.Util.set_defaultUserContext = function(value) { XM.Herope.Web.Comun.Util._staticInstance.set_defaultUserContext(value); }
XM.Herope.Web.Comun.Util.get_defaultUserContext = function() { return XM.Herope.Web.Comun.Util._staticInstance.get_defaultUserContext(); }
XM.Herope.Web.Comun.Util.set_defaultSucceededCallback = function(value) { XM.Herope.Web.Comun.Util._staticInstance.set_defaultSucceededCallback(value); }
XM.Herope.Web.Comun.Util.get_defaultSucceededCallback = function() { return XM.Herope.Web.Comun.Util._staticInstance.get_defaultSucceededCallback(); }
XM.Herope.Web.Comun.Util.set_defaultFailedCallback = function(value) { XM.Herope.Web.Comun.Util._staticInstance.set_defaultFailedCallback(value); }
XM.Herope.Web.Comun.Util.get_defaultFailedCallback = function() { return XM.Herope.Web.Comun.Util._staticInstance.get_defaultFailedCallback(); }
XM.Herope.Web.Comun.Util.set_path("/Herope/Comun/Util.asmx");
XM.Herope.Web.Comun.Util.InformarActividad= function(onSuccess,onFailed,userContext) {XM.Herope.Web.Comun.Util._staticInstance.InformarActividad(onSuccess,onFailed,userContext); }
