if(typeof SCFPS == "undefined") SCFPS={};
if(typeof SCFPS._CodeFiles == "undefined") SCFPS._CodeFiles={};
SCFPS._CodeFiles.AjaxServices_class = function() {};
Object.extend(SCFPS._CodeFiles.AjaxServices_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSchoolName: function(query) {
		return this.invoke("GetSchoolName", {"query":query}, this.GetSchoolName.getArguments().slice(1));
	},
	JoinChat: function() {
		return this.invoke("JoinChat", {}, this.JoinChat.getArguments().slice(0));
	},
	ExitChat: function() {
		return this.invoke("ExitChat", {}, this.ExitChat.getArguments().slice(0));
	},
	GetMsg: function(TransactionID) {
		return this.invoke("GetMsg", {"TransactionID":TransactionID}, this.GetMsg.getArguments().slice(1));
	},
	SendMsg: function(msg, IsStatusMsg) {
		return this.invoke("SendMsg", {"msg":msg, "IsStatusMsg":IsStatusMsg}, this.SendMsg.getArguments().slice(2));
	},
	url: '/ajaxpro/SCFPS._CodeFiles.AjaxServices,SCFPS.ashx'
}));
SCFPS._CodeFiles.AjaxServices = new SCFPS._CodeFiles.AjaxServices_class();

