view libpurple/plugins/mono/api/Status.cs @ 27472:86031e81b3d5

Fixes for the changes to Yahoo to build a separate prpl for yahoo japan
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 22:04:02 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

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