addNamespace("RRXXWeb.online");
RRXXWeb.online.onl_public_class = function() {};
Object.extend(RRXXWeb.online.onl_public_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLinkObj: function() {
		return this.invoke("GetLinkObj", {}, this.GetLinkObj.getArguments().slice(0));
	},
	SetLinkRecord: function(obj) {
		return this.invoke("SetLinkRecord", {"obj":obj}, this.SetLinkRecord.getArguments().slice(1));
	},
	SetReservedRecord: function(obj) {
		return this.invoke("SetReservedRecord", {"obj":obj}, this.SetReservedRecord.getArguments().slice(1));
	},
	GetClassInfo: function() {
		return this.invoke("GetClassInfo", {}, this.GetClassInfo.getArguments().slice(0));
	},
	SetClassInfo: function(info) {
		return this.invoke("SetClassInfo", {"info":info}, this.SetClassInfo.getArguments().slice(1));
	},
	GetOnlineClassObj: function() {
		return this.invoke("GetOnlineClassObj", {}, this.GetOnlineClassObj.getArguments().slice(0));
	},
	EnterClass: function(obj) {
		return this.invoke("EnterClass", {"obj":obj}, this.EnterClass.getArguments().slice(1));
	},
	EnterBroadcast: function(obj) {
		return this.invoke("EnterBroadcast", {"obj":obj}, this.EnterBroadcast.getArguments().slice(1));
	},
	url: '/ajaxpro/RRXXWeb.online.onl_public,RRXXWeb.ashx'
}));
RRXXWeb.online.onl_public = new RRXXWeb.online.onl_public_class();

