view plugins/mono/api/Status.cs @ 13741:889ad72bc16e

[gaim-migrate @ 16152] When --enable-debug is used, set --enable-fatal-asserts as well committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 May 2006 02:26:40 +0000
parents 67fbd2ff4c4e
children
line wrap: on
line source

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