view libgaim/plugins/mono/api/Status.cs @ 14804:dfd272ab67e7

[gaim-migrate @ 17569] Let qq compile on Solaris. Patch thanks to Torrey McMahon (tmcmahon2) and Taso N. Devetzis (devetzis). committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 23 Oct 2006 20:21:54 +0000
parents 60b1bc8dbf37
children
line wrap: on
line source

namespace Gaim
{
	public class Status
	{
		private string id;
				
		public string Id { get { return id; } set { id = value; } }
	}
}