Committing a small fix for EventData along with more plumbing work

This commit is contained in:
Melanie Thielker
2008-10-26 19:32:41 +00:00
parent ba79c26d2d
commit f7e44250bf
8 changed files with 34 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Framework
public string name;
public string category;
public string description;
public DateTime date;
public string date;
public uint dateUTC;
public uint duration;
public uint cover;