if(typeof NIU == "undefined") NIU={};
if(typeof NIU.Biip == "undefined") NIU.Biip={};
if(typeof NIU.Biip.Controls == "undefined") NIU.Biip.Controls={};
if(typeof NIU.Biip.Controls.Profile == "undefined") NIU.Biip.Controls.Profile={};
NIU.Biip.Controls.Profile.Privacy_class = function() {};
Object.extend(NIU.Biip.Controls.Profile.Privacy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddFriend: function(userId, friendId, friendType, description) {
		return this.invoke("AddFriend", {"userId":userId, "friendId":friendId, "friendType":friendType, "description":description}, this.AddFriend.getArguments().slice(4));
	},
	Ignore: function(userId, profileId) {
		return this.invoke("Ignore", {"userId":userId, "profileId":profileId}, this.Ignore.getArguments().slice(2));
	},
	Report: function(profileId, userId, type) {
		return this.invoke("Report", {"profileId":profileId, "userId":userId, "type":type}, this.Report.getArguments().slice(3));
	},
	url: '/ajaxpro/NIU.Biip.Controls.Profile.Privacy,NIU.Biip.Web.ashx'
}));
NIU.Biip.Controls.Profile.Privacy = new NIU.Biip.Controls.Profile.Privacy_class();


