plugins/mono/api/Status.cs

Mon, 10 Apr 2006 23:44:20 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 10 Apr 2006 23:44:20 +0000
changeset 13619
0ee536d92264
parent 11980
fe5c2c58508c
permissions
-rw-r--r--

[gaim-migrate @ 16004]
I forgot to save the file after I removed the XXX comment.

11980
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
1 namespace Gaim
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
2 {
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
3 public class Status
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
4 {
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
5 private string id;
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
6
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
7 public string Id { get { return id; } set { id = value; } }
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
8 }
fe5c2c58508c [gaim-migrate @ 14273]
Eoin Coffey <ecoffey@soc.pidgin.im>
parents:
diff changeset
9 }

mercurial