var Alertes=function() {
Alertes.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Alertes.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Alertes._staticInstance.get_path();},
IsMiniChatOpen:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsMiniChatOpen',false,{},succeededCallback,failedCallback,userContext); },
CloseMiniChat:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CloseMiniChat',false,{},succeededCallback,failedCallback,userContext); },
GiveMeViewerSimple:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GiveMeViewerSimple',false,{},succeededCallback,failedCallback,userContext); },
GiveMeViewerXML:function(iClientID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GiveMeViewerXML',false,{iClientID:iClientID},succeededCallback,failedCallback,userContext); },
ImConnected:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ImConnected',false,{},succeededCallback,failedCallback,userContext); },
HaveNewEvents:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HaveNewEvents',false,{},succeededCallback,failedCallback,userContext); },
HaveNewEvents2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HaveNewEvents2',false,{},succeededCallback,failedCallback,userContext); },
CheckNewEventInRoom:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckNewEventInRoom',false,{},succeededCallback,failedCallback,userContext); }}
Alertes.registerClass('Alertes',Sys.Net.WebServiceProxy);
Alertes._staticInstance = new Alertes();
Alertes.set_path = function(value) { Alertes._staticInstance.set_path(value); }
Alertes.get_path = function() { return Alertes._staticInstance.get_path(); }
Alertes.set_timeout = function(value) { Alertes._staticInstance.set_timeout(value); }
Alertes.get_timeout = function() { return Alertes._staticInstance.get_timeout(); }
Alertes.set_defaultUserContext = function(value) { Alertes._staticInstance.set_defaultUserContext(value); }
Alertes.get_defaultUserContext = function() { return Alertes._staticInstance.get_defaultUserContext(); }
Alertes.set_defaultSucceededCallback = function(value) { Alertes._staticInstance.set_defaultSucceededCallback(value); }
Alertes.get_defaultSucceededCallback = function() { return Alertes._staticInstance.get_defaultSucceededCallback(); }
Alertes.set_defaultFailedCallback = function(value) { Alertes._staticInstance.set_defaultFailedCallback(value); }
Alertes.get_defaultFailedCallback = function() { return Alertes._staticInstance.get_defaultFailedCallback(); }
Alertes.set_enableJsonp = function(value) { Alertes._staticInstance.set_enableJsonp(value); }
Alertes.get_enableJsonp = function() { return Alertes._staticInstance.get_enableJsonp(); }
Alertes.set_jsonpCallbackParameter = function(value) { Alertes._staticInstance.set_jsonpCallbackParameter(value); }
Alertes.get_jsonpCallbackParameter = function() { return Alertes._staticInstance.get_jsonpCallbackParameter(); }
Alertes.set_path("/WS/Alertes.asmx");
Alertes.IsMiniChatOpen= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.IsMiniChatOpen(onSuccess,onFailed,userContext); }
Alertes.CloseMiniChat= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.CloseMiniChat(onSuccess,onFailed,userContext); }
Alertes.GiveMeViewerSimple= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.GiveMeViewerSimple(onSuccess,onFailed,userContext); }
Alertes.GiveMeViewerXML= function(iClientID,onSuccess,onFailed,userContext) {Alertes._staticInstance.GiveMeViewerXML(iClientID,onSuccess,onFailed,userContext); }
Alertes.ImConnected= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.ImConnected(onSuccess,onFailed,userContext); }
Alertes.HaveNewEvents= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.HaveNewEvents(onSuccess,onFailed,userContext); }
Alertes.HaveNewEvents2= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.HaveNewEvents2(onSuccess,onFailed,userContext); }
Alertes.CheckNewEventInRoom= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.CheckNewEventInRoom(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(WSAlertes) === 'undefined') {
var WSAlertes=gtc("WSAlertes");
WSAlertes.registerClass('WSAlertes');
}

