if(typeof MyResource == "undefined") MyResource={};
if(typeof MyResource.firm == "undefined") MyResource.firm={};
if(typeof MyResource.firm.v1 == "undefined") MyResource.firm.v1={};
if(typeof MyResource.firm.v1.Topic == "undefined") MyResource.firm.v1.Topic={};
MyResource.firm.v1.Topic_class = function() {};
Object.extend(MyResource.firm.v1.Topic_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ExecSettingSavaData: function(usname, commttl, comm_content, topic_id, usip, uuname) {
		return this.invoke("ExecSettingSavaData", {"usname":usname, "commttl":commttl, "comm_content":comm_content, "topic_id":topic_id, "usip":usip, "uuname":uuname}, this.ExecSettingSavaData.getArguments().slice(6));
	},
	ExecSettingAddNums: function(rid, uuname) {
		return this.invoke("ExecSettingAddNums", {"rid":rid, "uuname":uuname}, this.ExecSettingAddNums.getArguments().slice(2));
	},
	url: '/ajaxpro/MyResource.firm.v1.Topic,MyResource.ashx'
}));
MyResource.firm.v1.Topic = new MyResource.firm.v1.Topic_class();


