Add EventInfoRequest and EventInfoReply packets.

Note: New file, run prebuild.
This commit is contained in:
Homer Horwitz
2008-10-12 16:29:29 +00:00
parent f2700590d7
commit f52c5febd3
5 changed files with 102 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ namespace OpenSim.Region.Examples.SimpleModule
public event DirLandQuery OnDirLandQuery;
public event DirPopularQuery OnDirPopularQuery;
public event DirClassifiedQuery OnDirClassifiedQuery;
public event EventInfoRequest OnEventInfoRequest;
public event MapItemRequest OnMapItemRequest;
@@ -932,5 +932,9 @@ namespace OpenSim.Region.Examples.SimpleModule
public void KillEndDone()
{
}
public void SendEventInfoReply (EventData info)
{
}
}
}